Files
moeka-project/packages/stage-ui-three/package.json
T

52 lines
1.4 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": {
"./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.1",
"@pixiv/three-vrm-animation": "^3.5.1",
"@pixiv/three-vrm-core": "^3.5.1",
"@proj-airi/stage-shared": "workspace:*",
"@proj-airi/ui": "workspace:*",
"@tresjs/cientos": "^5.6.0",
"@tresjs/core": "^5.7.0",
"@tresjs/post-processing": "^3.6.0",
"@vueuse/core": "^14.2.1",
"culori": "^4.0.2",
"es-toolkit": "catalog:",
"pinia": "^3.0.4",
"postprocessing": "^6.39.0",
"three": "^0.183.2",
"vue": "catalog:",
"wlipsync": "^1.3.0"
},
"devDependencies": {
"@types/culori": "^4.0.1",
"@types/three": "^0.183.1",
"vue-tsc": "^3.2.6"
}
}