57 lines
1.5 KiB
JSON
57 lines
1.5 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": {
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/eventa": "^1.0.0-alpha.10",
|
|
"@proj-airi/ccc": "workspace:*",
|
|
"@proj-airi/i18n": "workspace:*",
|
|
"@proj-airi/server-sdk": "workspace:*",
|
|
"@proj-airi/stage-ui": "workspace:*",
|
|
"@proj-airi/ui": "workspace:*",
|
|
"@stdlib/string-base-kebabcase": "^0.2.2",
|
|
"@vueuse/core": "^14.1.0",
|
|
"@vueuse/shared": "^14.1.0",
|
|
"@xsai-ext/shared-providers": "catalog:",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"@xsai/stream-transcription": "0.4.0-beta.8",
|
|
"animejs": "^4.2.2",
|
|
"dompurify": "^3.3.1",
|
|
"nanoid": "^5.1.6",
|
|
"node-vibrant": "^4.0.3",
|
|
"pinia": "^3.0.4",
|
|
"posthog-js": "catalog:",
|
|
"reka-ui": "^2.7.0",
|
|
"unspeech": "^0.1.7",
|
|
"vue": "^3.5.25",
|
|
"vue-i18n": "^11.2.2",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nekopaw/tempora": "catalog:",
|
|
"@proj-airi/stage-shared": "workspace:^",
|
|
"@types/audioworklet": "catalog:",
|
|
"@types/three": "^0.182.0",
|
|
"unplugin-info": "catalog:",
|
|
"vue-tsc": "^3.1.8"
|
|
}
|
|
}
|