-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
{
"name": "webxr-handtracking",
"version": "1.0.0",
"description": "WebXR with hand tracking",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"stats": "webpack --profile --json",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"author": "Hans Beemsterboer",
"license": "Apache-2.0",
"dependencies": {
"@mediapipe/tasks-vision": "0.10.18",
"@pixiv/three-vrm": "^3.1.6",
"@pixiv/types-vrmc-vrm-1.0": "^3.1.6",
"@tensorflow-models/handpose": "^0.1.0",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"cannon-es": "^0.20.0",
"canvg": "^4.0.2",
"require": "^0.4.4",
"resonance-audio": "^1.0.0",
"rgbcolor": "^1.0.1",
"stackblur-canvas": "^2.7.0",
"systemjs": "6.15.1",
"three": "^0.170.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"file-loader": "^6.2.0",
"fs": "0.0.1-security",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"uglify-js": "^3.19.3",
"watchify": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
}
}