Files
moeka-project/packages/stage-ui-three/package.json
T
2025-10-01 00:52:56 +08:00

44 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.2",
"@pixiv/three-vrm-animation": "^3.4.2",
"@pixiv/three-vrm-core": "^3.4.2",
"@proj-airi/tresjs": "workspace:*",
"@tresjs/cientos": "^5.0.0",
"@tresjs/core": "^5.0.2",
"@vueuse/core": "^13.9.0",
"culori": "^4.0.2",
"pinia": "^3.0.3",
"postprocessing": "^6.37.8",
"three": "^0.180.0",
"vue": "^3.5.22",
"wlipsync": "^1.2.1"
},
"devDependencies": {
"@types/culori": "^4.0.1",
"@types/three": "^0.180.0",
"vue-tsc": "^3.0.8"
}
}