{ "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": "catalog:", "@vueuse/shared": "catalog:", "@xsai-ext/providers": "catalog:", "@xsai/generate-speech": "catalog:", "@xsai/stream-transcription": "catalog:", "animejs": "catalog:", "colorjs.io": "catalog:", "dompurify": "catalog:", "localforage": "catalog:", "nanoid": "catalog:", "node-vibrant": "catalog:", "pinia": "catalog:", "posthog-js": "catalog:", "reka-ui": "catalog:", "unspeech": "catalog:xsai", "vue": "catalog:", "vue-i18n": "catalog:", "vue-router": "catalog:", "vue-sonner": "catalog:" }, "devDependencies": { "@nekopaw/tempora": "catalog:", "@proj-airi/stage-shared": "workspace:^", "@types/audioworklet": "catalog:", "@types/three": "catalog:", "@vue/test-utils": "catalog:", "@webgpu/types": "catalog:", "jsdom": "catalog:", "unplugin-info": "catalog:", "vitest": "catalog:vitest", "vue-tsc": "catalog:" } }