mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-20 21:23:31 +00:00
- 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.
34 lines
903 B
JSON
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:"
|
|
}
|
|
}
|