mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
21 lines
404 B
JSON
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"
|
|
}
|
|
}
|