forked from X-DIABLO-X/AI-COMPANION
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "r3f-vite-starter",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/holistic": "^0.5.1675471629",
"@pixiv/three-vrm": "^3.4.0",
"@react-three/drei": "^10.0.3",
"@react-three/fiber": "^9.0.4",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/vite": "^4.1.4",
"axios": "^1.13.2",
"extendable-media-recorder": "^9.2.32",
"groq-sdk": "^0.37.0",
"kalidokit": "^1.1.5",
"leva": "^0.10.0",
"openai": "^6.9.1",
"pcm-player": "^0.0.18",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.4",
"three": "^0.173.0",
"wav-decoder": "^1.3.0",
"wav-encoder": "^1.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.15.0",
"vite": "^6.2.0"
}
}