mirror of
https://github.com/moeru-ai/airi.git
synced 2026-04-28 06:29:33 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 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-three": "workspace:*",
|
|
"@proj-airi/ui": "workspace:*",
|
|
"@shopify/draggable": "catalog:",
|
|
"@stdlib/string-base-kebabcase": "^0.2.3",
|
|
"@vueuse/core": "^14.2.1",
|
|
"@vueuse/shared": "^14.2.1",
|
|
"@xsai-ext/providers": "catalog:",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"@xsai/stream-transcription": "catalog:",
|
|
"animejs": "^4.3.6",
|
|
"d3": "catalog:",
|
|
"dompurify": "^3.4.0",
|
|
"nanoid": "^5.1.9",
|
|
"node-vibrant": "^4.0.4",
|
|
"pinia": "^3.0.4",
|
|
"posthog-js": "catalog:",
|
|
"reka-ui": "^2.9.6",
|
|
"splitpanes": "catalog:",
|
|
"unspeech": "catalog:xsai",
|
|
"vue": "catalog:",
|
|
"vue-i18n": "^11.3.2",
|
|
"vue-router": "^5.0.4",
|
|
"vue-sonner": "catalog:",
|
|
"xsschema": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@nekopaw/tempora": "catalog:",
|
|
"@proj-airi/stage-shared": "workspace:^",
|
|
"@types/audioworklet": "catalog:",
|
|
"@types/splitpanes": "catalog:",
|
|
"@types/three": "^0.184.0",
|
|
"unplugin-info": "catalog:",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|