mirror of
https://github.com/zuiidea/antd-admin
synced 2026-09-24 01:55:12 +00:00
* chore: align workspace tooling and refresh docs Unify pnpm workspace configuration and CI versioning, upgrade create package dependencies, and update README guidance for basic and with-lingui templates. Made-with: Cursor * chore: regenerate route tree files Update generated route tree outputs after recent formatting and script changes. Made-with: Cursor * ci: fix with-lingui e2e script name Use the existing test:e2e script in CI to avoid missing-script failures. Made-with: Cursor
30 lines
753 B
JSON
30 lines
753 B
JSON
{
|
|
"name": "antd-admin",
|
|
"version": "6.0.0",
|
|
"description": "AI-friendly enterprise front-end best practices",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"setup:git-hooks": "git config core.hooksPath .githooks && git config core.hooksPath"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.2.5",
|
|
"turbo": "^2.9.6"
|
|
},
|
|
"packageManager": "pnpm@10.33.2",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"msw"
|
|
]
|
|
}
|
|
}
|