ac475ba509
- @pixiv/three-vrm-animation: VRMA-Clips laden/abspielen (AnimationMixer) - Ruhiger prozeduraler Leerlauf als Basis; echte Thinking-Pose blendet beim Nachdenken ein - (.vrma sind Gesten, kein Ruhe-Loop -> nicht als Dauerschleife; Einmal-Einschuebe folgen) - Blick-Sakkaden gegen eingefrorenes Gesicht - VRMA-Clips: tk256ailab/vrm-viewer (MIT), siehe public/vrma/ATTRIBUTION.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
36 lines
933 B
JSON
36 lines
933 B
JSON
{
|
|
"name": "lucy-desktop",
|
|
"version": "0.1.0",
|
|
"description": "Lucy — lokaler Sprach-Companion (Hermes-Hirn auf der Box, lokale Stimme auf der 9070 XT)",
|
|
"main": "out/main/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "electron-vite dev",
|
|
"build": "electron-vite build",
|
|
"preview": "electron-vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@pixiv/three-vrm": "^3.4.0",
|
|
"@pixiv/three-vrm-animation": "^3.5.4",
|
|
"@react-three/drei": "^9.114.0",
|
|
"@react-three/fiber": "^8.17.10",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"three": "^0.169.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/three": "^0.169.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"electron": "^33.2.1",
|
|
"electron-vite": "^3.0.0",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.0.3"
|
|
},
|
|
"allowScripts": {
|
|
"electron": true,
|
|
"esbuild": true
|
|
}
|
|
}
|