airi/apps/ui-admin/package.json
RainbowBird 007fae6810
chore: update package dependencies and remove specific catalog references
- Removed specific catalog references for '@unocss/core', 'es-toolkit', 'nanoid', and 'valibot' in pnpm-workspace.yaml and various service package.json files.
- Updated versions for '@vueuse/core', 'es-toolkit', 'nanoid', 'reka-ui', and 'valibot' to their latest compatible versions.
- Cleaned up unused catalog entries in pnpm-workspace.yaml.
2026-06-07 19:45:28 +08:00

34 lines
903 B
JSON

{
"name": "@proj-airi/ui-admin",
"type": "module",
"private": true,
"description": "Admin dashboard for Project AIRI",
"scripts": {
"build": "vite build",
"dev": "vite --host",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@proj-airi/font-chillroundm": "workspace:^",
"@proj-airi/stage-shared": "workspace:^",
"@proj-airi/ui": "workspace:^",
"@vueuse/core": "^14.2.1",
"nprogress": "catalog:",
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:",
"vue-sonner": "catalog:"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.102",
"@types/nprogress": "^0.2.3",
"@unocss/reset": "^66.6.8",
"@vitejs/plugin-vue": "^6.0.6",
"@vue-macros/volar": "^3.1.2",
"unocss": "catalog:",
"vite": "catalog:",
"vue-macros": "catalog:",
"vue-tsc": "catalog:"
}
}