{ "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/audio": "workspace:^", "@proj-airi/ccc": "workspace:*", "@proj-airi/i18n": "workspace:*", "@proj-airi/provider-inference": "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:", "@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:" } }