Files
moeka-project/packages/stage-pages/package.json
T
eabec9a64f feat(stage-ui-mmd): add MMD support (#1997)
---------

Co-authored-by: nyueki <nyuek.i@proton.me>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Neko Ayaka <neko@ayaka.moe>
Co-authored-by-agent: Unknown
2026-07-20 16:13:55 +08:00

71 lines
2.0 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-mmd": "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:"
}
}