refactor(stage-*): extract shared layouts (#852)
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"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": "^1.0.0-alpha.10",
|
||||
"@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:*",
|
||||
"@stdlib/string-base-kebabcase": "^0.2.2",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"@vueuse/shared": "^14.1.0",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/stream-transcription": "0.4.0-beta.8",
|
||||
"animejs": "^4.2.2",
|
||||
"colorjs.io": "^0.6.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"localforage": "^1.10.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user