50 lines
1.3 KiB
JSON
50 lines
1.3 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",
|
|
"./utils/vrm-preview": "./src/utils/vrm-preview.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@pixiv/three-vrm": "^3.4.5",
|
|
"@pixiv/three-vrm-animation": "^3.4.5",
|
|
"@pixiv/three-vrm-core": "^3.4.5",
|
|
"@proj-airi/stage-shared": "workspace:*",
|
|
"@proj-airi/ui": "workspace:*",
|
|
"@tresjs/cientos": "^5.2.3",
|
|
"@tresjs/core": "^5.3.1",
|
|
"@tresjs/post-processing": "^3.2.3",
|
|
"@vueuse/core": "^14.1.0",
|
|
"culori": "^4.0.2",
|
|
"es-toolkit": "catalog:",
|
|
"pinia": "^3.0.4",
|
|
"postprocessing": "^6.38.2",
|
|
"three": "^0.182.0",
|
|
"vue": "catalog:",
|
|
"wlipsync": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/culori": "^4.0.1",
|
|
"@types/three": "^0.182.0",
|
|
"vue-tsc": "^3.1.8"
|
|
}
|
|
}
|