mirror of
https://github.com/moeru-ai/airi.git
synced 2026-04-28 06:29:33 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "@proj-airi/stage-layouts",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Shared Layouts",
|
|
"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-layouts"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./layouts/*": "./src/layouts/*.vue",
|
|
"./components/Layouts/*": "./src/components/Layouts/*.vue",
|
|
"./components/Layouts/InteractiveArea/Actions/*": "./src/components/Layouts/InteractiveArea/Actions/*.vue",
|
|
"./components/Layouts/ViewControls/*": "./src/components/Layouts/ViewControls/*.vue",
|
|
"./components/Widgets/*": "./src/components/Widgets/*.vue",
|
|
"./components/Backgrounds/*": "./src/components/Backgrounds/*",
|
|
"./composables/*": "./src/composables/*.ts",
|
|
"./stores/*": "./src/stores/*.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-three": "workspace:*",
|
|
"@proj-airi/ui": "workspace:*",
|
|
"@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",
|
|
"colorjs.io": "^0.6.1",
|
|
"dompurify": "^3.4.0",
|
|
"localforage": "^1.10.0",
|
|
"nanoid": "^5.1.9",
|
|
"node-vibrant": "^4.0.4",
|
|
"pinia": "^3.0.4",
|
|
"posthog-js": "catalog:",
|
|
"reka-ui": "^2.9.6",
|
|
"unspeech": "catalog:xsai",
|
|
"vue": "catalog:",
|
|
"vue-i18n": "^11.3.2",
|
|
"vue-router": "^5.0.4",
|
|
"vue-sonner": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@nekopaw/tempora": "catalog:",
|
|
"@proj-airi/stage-shared": "workspace:^",
|
|
"@types/audioworklet": "catalog:",
|
|
"@types/three": "^0.184.0",
|
|
"unplugin-info": "catalog:",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|