Files
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

152 lines
4.9 KiB
JSON

{
"name": "@proj-airi/stage-web",
"type": "module",
"private": true,
"description": "LLM powered virtual character",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"scripts": {
"build": "vite build",
"dev": "vite --host",
"dev:https": "vite --host -- --mkcert",
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@date-fns/utc": "catalog:",
"@fontsource-variable/nunito": "catalog:",
"@formkit/auto-animate": "catalog:",
"@huggingface/transformers": "catalog:",
"@moeru/eventa": "catalog:",
"@moeru/std": "catalog:",
"@pinia/colada": "catalog:",
"@proj-airi/audio": "workspace:^",
"@proj-airi/ccc": "workspace:^",
"@proj-airi/drizzle-duckdb-wasm": "catalog:",
"@proj-airi/font-chillroundm": "workspace:^",
"@proj-airi/font-cjkfonts-allseto": "workspace:^",
"@proj-airi/font-xiaolai": "workspace:^",
"@proj-airi/i18n": "workspace:^",
"@proj-airi/model-driver-mediapipe": "workspace:^",
"@proj-airi/pipelines-audio": "workspace:^",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/stage-layouts": "workspace:^",
"@proj-airi/stage-pages": "workspace:^",
"@proj-airi/stage-shared": "workspace:^",
"@proj-airi/stage-ui": "workspace:^",
"@proj-airi/stage-ui-live2d": "workspace:^",
"@proj-airi/stage-ui-three": "workspace:^",
"@proj-airi/stream-kit": "workspace:^",
"@proj-airi/ui": "workspace:^",
"@proj-airi/ui-transitions": "workspace:^",
"@tresjs/cientos": "catalog:",
"@tresjs/core": "catalog:",
"@valibot/to-json-schema": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/shared": "catalog:",
"@xsai-ext/providers": "catalog:",
"@xsai-transformers/embed": "catalog:",
"@xsai/generate-speech": "catalog:",
"@xsai/generate-text": "catalog:",
"@xsai/model": "catalog:",
"@xsai/shared": "catalog:",
"@xsai/shared-chat": "catalog:",
"@xsai/stream-text": "catalog:",
"@xsai/stream-transcription": "catalog:",
"@xsai/utils-chat": "catalog:",
"animejs": "catalog:",
"better-auth": "catalog:",
"colorjs.io": "catalog:",
"culori": "catalog:",
"d3": "catalog:",
"date-fns": "catalog:",
"dompurify": "catalog:",
"driver.js": "catalog:",
"drizzle-orm": "catalog:",
"embla-carousel-vue": "catalog:",
"gpuu": "catalog:",
"hono": "catalog:",
"html2canvas": "catalog:",
"jszip": "catalog:",
"localforage": "catalog:",
"mediabunny": "catalog:",
"nanoid": "catalog:",
"node-vibrant": "catalog:",
"nprogress": "catalog:",
"onnxruntime-web": "catalog:",
"pinia": "catalog:",
"posthog-js": "catalog:",
"rehype-stringify": "catalog:",
"reka-ui": "catalog:",
"remark-parse": "catalog:",
"remark-rehype": "catalog:",
"shiki": "catalog:",
"splitpanes": "catalog:",
"three": "catalog:",
"unified": "catalog:",
"unspeech": "catalog:xsai",
"uuid": "catalog:",
"valibot": "catalog:",
"vaul-vue": "catalog:",
"vue": "catalog:",
"vue-demi": "catalog:",
"vue-i18n": "catalog:",
"vue-router": "catalog:",
"vue-sonner": "catalog:",
"web-haptics": "catalog:",
"workbox-window": "catalog:",
"xsschema": "catalog:",
"yauzl": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@iconify-json/carbon": "catalog:",
"@iconify-json/eos-icons": "catalog:",
"@iconify-json/logos": "catalog:",
"@iconify-json/lucide": "catalog:",
"@iconify-json/mingcute": "catalog:",
"@iconify-json/ph": "catalog:",
"@iconify-json/simple-icons": "catalog:",
"@iconify-json/solar": "catalog:",
"@iconify-json/svg-spinners": "catalog:",
"@iconify-json/tabler": "catalog:",
"@iconify-json/vscode-icons": "catalog:",
"@intlify/unplugin-vue-i18n": "catalog:",
"@proj-airi/iconify-meteocons": "catalog:",
"@proj-airi/lobe-icons": "catalog:",
"@proj-airi/unplugin-fetch": "catalog:",
"@proj-airi/unplugin-live2d-sdk": "catalog:",
"@shikijs/markdown-it": "catalog:",
"@types/audioworklet": "catalog:",
"@types/culori": "catalog:",
"@types/nprogress": "catalog:",
"@types/splitpanes": "catalog:",
"@types/three": "catalog:",
"@types/yauzl": "catalog:",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vue-macros/volar": "catalog:",
"@vueuse/motion": "catalog:",
"@webgpu/types": "catalog:",
"csstype": "catalog:",
"hfup": "catalog:",
"less": "catalog:",
"unplugin-basemove": "catalog:",
"unplugin-info": "catalog:",
"unplugin-yaml": "catalog:",
"vite": "catalog:",
"vite-bundle-visualizer": "catalog:",
"vite-plugin-mkcert": "catalog:",
"vite-plugin-pwa": "catalog:",
"vite-plugin-vue-devtools": "catalog:",
"vite-plugin-vue-layouts": "catalog:",
"vue-macros": "catalog:",
"vue-tsc": "catalog:"
}
}