node-postgres/docs/package.json
2022-09-23 10:09:38 +02:00

20 lines
382 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "next.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "^12.3.1",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.6",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}