-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.13 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": "face-expression",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@0xalter/alter-core": "^0.13.0",
"@0xalter/mocap4face": "^0.3.0",
"@facemoji/mocap4face": "^0.2.0",
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/holistic": "^0.5.1635989137",
"@pixiv/three-vrm": "^0.6.11",
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"face-api.js": "^0.22.2",
"kalidokit": "^1.1.5",
"meshoptimizer": "^0.17.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "^0.137.0",
"three-stdlib": "^2.10.1",
"vite-plugin-static-copy": "^0.5.0"
},
"devDependencies": {
"@types/node": "^17.0.40",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.137.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"path": "^0.12.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}