-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 KB
/
package.json
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
{
"name": "tfjs-handpose",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mediapipe/face_detection": "^0.4.1646425229",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/hands": "^0.4.1675469240",
"@tensorflow-models/face-landmarks-detection": "^1.0.5",
"@tensorflow-models/hand-pose-detection": "^2.0.1",
"@tensorflow-models/handpose": "^0.1.0",
"@tensorflow/tfjs": "^4.11.0",
"@tensorflow/tfjs-backend-wasm": "^4.11.0",
"@tensorflow/tfjs-backend-webgl": "^4.11.0",
"@tensorflow/tfjs-converter": "^4.11.0",
"@tensorflow/tfjs-core": "^4.11.0",
"fingerpose": "^0.1.0",
"fingerpose-ext": "^1.0.3",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-webcam": "^7.1.1"
},
"devDependencies": {
"autoprefixer": "^10",
"daisyui": "^3.9.2",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3"
}
}