{ "private": true, "workspaces": [ "packages/*", "apps/*" ], "scripts": { "dev:demo": "pnpm --filter @nanxing-admin/demo dev" }, "keywords": [], "author": "hazex.cn", "license": "ISC", "packageManager": "pnpm@10.25.0", "engines": { "node": ">= 20" }, "devDependencies": { "@types/node": "^25.0.3", "@vue/tsconfig": "^0.8.1", "colord": "^2.9.3", "typescript": "^5.9.3", "unplugin-auto-import": "^20.3.0", "unplugin-vue-components": "^30.0.0", "vite": "^7.3.0", "vue-tsc": "^3.2.1" }, "dependencies": { "@tailwindcss/vite": "^4.1.18", "@tsconfig/node18": "^18.2.6", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.3", "naive-ui": "^2.43.2", "nanxing-admin": "workspace:*", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "tailwindcss": "^4.1.18", "vue": "^3.5.26", "vue-router": "^4.6.4" } }