forked from yeemachine/kalidoface-3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Kalidoface3D",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "12.x"
},
"scripts": {
"clean": "rm dist/bundle.js",
"start": "snowpack dev",
"build": "snowpack build"
},
"dependencies": {
"svelte": "^3.42.4",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.7.3",
"interactjs": "^1.10.11",
"peerjs": "^1.3.2",
"@tensorflow/tfjs-core": "^3.9.0",
"@tensorflow/tfjs-converter": "^3.9.0",
"@tensorflow/tfjs-backend-webgl": "^3.9.0",
"@tensorflow/tfjs-backend-wasm": "^3.8.0",
"@tensorflow-models/face-landmarks-detection": "^0.0.3",
"@tensorflow-models/pose-detection": "^0.0.6",
"svelte-hmr": "^0.14.3",
"parcel": "^1.12.4",
"jszip": "^3.6.0",
"@pwabuilder/pwaupdate": "^0.2.0",
"@jaames/iro": "^5.5.2",
"localforage": "^1.9.0",
"three": "^0.125.1",
"@pixiv/three-vrm": "^0.6.5",
"@mediapipe/holistic": "^0.4.1628005088",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"three-ik": "^0.1.0",
"postprocessing": "^6.22.5",
"@mediapipe/pose": "^0.4.1630009814"
},
"devDependencies": {
"snowpack": "^2.18.5",
"@snowpack/plugin-svelte": "^3.4.1",
"@snowpack/plugin-dotenv": "^2.0.4",
"snowpack-plugin-rollup-bundle": "^0.3.3",
"@snowpack/plugin-webpack": "^2.1.3",
"rollup-plugin-node-polyfills": "^0.1.2",
"null": "^2.0.0",
"prettier-plugin-svelte": "^2.1.6"
},
"glitch": {
"projectType": "generated_static"
}
}