Files
archived-next-auth/docs-nextra/package.json
2023-01-12 22:42:43 +01:00

27 lines
578 B
JSON

{
"name": "docs-nextra",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"typedoc": "typedoc",
"dev": "npm run typedoc & next dev",
"start": "next start",
"build": "next build"
},
"keywords": [],
"author": "ndom91 <yo@ndo.dev> (https://ndo.dev/)",
"license": "MIT",
"dependencies": {
"next": "13.1.1",
"nextra": "^2.2.1",
"nextra-theme-docs": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"typedoc": "^0.23.22",
"typedoc-plugin-markdown": "^3.14.0"
}
}