27 lines
817 B
JSON
27 lines
817 B
JSON
{
|
|
"name": "nextra-docs-template",
|
|
"version": "0.0.1",
|
|
"description": "Nextra docs template",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "shenjianZ <shenjianZLT@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"next": "^14.2.0",
|
|
"nextra": "4.3.0",
|
|
"nextra-theme-docs": "4.3.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
|
|
}
|