27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "min-react-vrm",
|
|
"version": "1.0.0",
|
|
"description": "Minimal VRM Animation Player",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@pixiv/three-vrm": "^3.4.4",
|
|
"@pixiv/three-vrm-animation": "^3.4.4",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.4.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"three": "^0.181.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|