node-postgres/docs/package.json
Brian C 1aa08274a5
Migrate docs repo into monorepo (#2823)
* Move files over

* Finish initial port of content
2022-10-10 12:20:46 -05:00

21 lines
404 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "next.config.js",
"scripts": {
"start": "next dev",
"build": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "^12.3.1",
"nextra": "2.0.0-beta.29",
"nextra-theme-docs": "2.0.0-beta.29",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}