{ "name": "@proj-airi/stage-ui-three", "type": "module", "private": true, "description": "A collection of 3D scene components that used by Project AIRI", "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-ui-three" }, "exports": { "./assets/vrm": "./src/assets/vrm/index.ts", "./composables/vrm": "./src/composables/vrm/index.ts", "./trace": "./src/trace/index.ts", "./utils/vrm-preview": "./src/utils/vrm-preview.ts", ".": "./src/index.ts" }, "scripts": { "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@moeru/eventa": "catalog:", "@pixiv/three-vrm": "^3.5.2", "@pixiv/three-vrm-animation": "^3.5.2", "@pixiv/three-vrm-core": "^3.5.2", "@proj-airi/stage-shared": "workspace:*", "@proj-airi/ui": "workspace:*", "@tresjs/cientos": "^5.7.0", "@tresjs/core": "^5.8.0", "@tresjs/post-processing": "^3.7.1", "@vueuse/core": "^14.2.1", "culori": "^4.0.2", "es-toolkit": "catalog:", "pinia": "^3.0.4", "postprocessing": "^6.39.1", "three": "^0.184.0", "vue": "catalog:", "wlipsync": "^1.3.0" }, "devDependencies": { "@types/culori": "^4.0.1", "@types/three": "^0.184.0", "vitest": "catalog:vitest", "vue-tsc": "^3.2.6" } }