Files
moeka-project/packages/stage-ui-three/package.json
T
2025-11-20 16:00:44 +08:00

45 lines
1.1 KiB
JSON

{
"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": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@pixiv/three-vrm": "^3.4.4",
"@pixiv/three-vrm-animation": "^3.4.4",
"@pixiv/three-vrm-core": "^3.4.4",
"@proj-airi/stage-shared": "workspace:*",
"@tresjs/cientos": "^5.1.0",
"@tresjs/core": "^5.1.0",
"@tresjs/post-processing": "^3.1.0",
"@vueuse/core": "^14.0.0",
"culori": "^4.0.2",
"pinia": "^3.0.4",
"postprocessing": "^6.38.0",
"three": "^0.181.1",
"vue": "^3.5.24",
"wlipsync": "^1.3.0"
},
"devDependencies": {
"@types/culori": "^4.0.1",
"@types/three": "^0.181.0",
"vue-tsc": "^3.1.4"
}
}