mirror of
https://github.com/zuiidea/antd-admin
synced 2026-09-27 12:44:04 +00:00
Migrate docs to language-prefixed app routes and split content into zh/en trees, including translated English navigation and pages. Made-with: Cursor
27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"name": "antd-admin-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3003",
|
|
"build": "next build",
|
|
"start": "next start -p 3000",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "^16.2.4",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"nextra": "^4.6.1",
|
|
"nextra-theme-docs": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.5",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "~6.0.3",
|
|
"eslint": "^10.2.1",
|
|
"eslint-config-next": "^16.2.4"
|
|
}
|
|
} |