-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.12 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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1632432234",
"@mediapipe/control_utils": "^0.6.1629159505",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/face_detection": "^0.4.1628005423",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@techstark/opencv-js": "^4.5.4-release.1",
"@tensorflow-models/face-landmarks-detection": "0.0.3",
"@tensorflow/tfjs-backend-wasm": "^3.12.0",
"@tensorflow/tfjs-backend-webgl": "^3.12.0",
"@tensorflow/tfjs-converter": "^3.12.0",
"@tensorflow/tfjs-core": "^3.12.0",
"kalidokit": "^1.1.4",
"three": "^0.135.0",
"vue": "^3.0.5",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@babel/types": "^7.16.7",
"@originjs/vite-plugin-commonjs": "^1.0.1",
"@types/node": "^17.0.6",
"@types/three": "^0.135.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"sass": "^1.44.0",
"typescript": "^4.3.2",
"vite": "^2.3.7",
"vue-tsc": "^0.0.24"
}
}