{ "name": "gaokao-monorepo", "version": "0.1.0", "private": true, "packageManager": "pnpm@10.33.0", "description": "高考志愿填报系统 - Vite 5 + React 19 + Zustand 4 + TanStack Query 5 (V10 选项 B)", "scripts": { "dev": "turbo run dev", "build": "turbo run build", "lint": "turbo run lint", "typecheck": "turbo run typecheck", "test": "turbo run test", "test:e2e": "turbo run test:e2e", "codegen": "turbo run codegen", "chromatic": "turbo run chromatic", "clean": "turbo run clean && rm -rf node_modules .turbo" }, "devDependencies": { "turbo": "^2.3.3", "prettier": "^3.4.2", "eslint": "^9", "typescript": "^5.7.2" }, "engines": { "node": ">=20" } }