mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
27 lines
578 B
JSON
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"
|
|
}
|
|
}
|