Files
moeka-project/packages/stage-pages/package.json
T
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

70 lines
1.9 KiB
JSON

{
"name": "@proj-airi/stage-pages",
"type": "module",
"private": true,
"description": "Shared Pages",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/stage-pages"
},
"exports": {
"./*.vue": "./src/*.vue",
"./*": "./src/*.ts"
},
"scripts": {
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@moeru/eventa": "catalog:",
"@moeru/std": "catalog:",
"@proj-airi/ccc": "workspace:*",
"@proj-airi/i18n": "workspace:*",
"@proj-airi/server-sdk": "workspace:*",
"@proj-airi/stage-ui": "workspace:*",
"@proj-airi/stage-ui-live2d": "workspace:*",
"@proj-airi/stage-ui-spine": "workspace:*",
"@proj-airi/stage-ui-three": "workspace:*",
"@proj-airi/ui": "workspace:*",
"@shopify/draggable": "catalog:",
"@stdlib/string-base-kebabcase": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/shared": "catalog:",
"@xsai-ext/providers": "catalog:",
"@xsai/generate-speech": "catalog:",
"@xsai/stream-transcription": "catalog:",
"animejs": "catalog:",
"d3": "catalog:",
"dompurify": "catalog:",
"nanoid": "catalog:",
"node-vibrant": "catalog:",
"pinia": "catalog:",
"posthog-js": "catalog:",
"reka-ui": "catalog:",
"splitpanes": "catalog:",
"unspeech": "catalog:xsai",
"vue": "catalog:",
"vue-i18n": "catalog:",
"vue-router": "catalog:",
"vue-sonner": "catalog:",
"xsschema": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@nekopaw/tempora": "catalog:",
"@proj-airi/stage-shared": "workspace:^",
"@types/audioworklet": "catalog:",
"@types/splitpanes": "catalog:",
"@types/three": "catalog:",
"@webgpu/types": "catalog:",
"unplugin-info": "catalog:",
"vue-tsc": "catalog:"
}
}