-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.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": "caf-fitness-kiosk",
"version": "0.3",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve",
"build": "webpack",
"server": "node server.js"
},
"author": "Ben Soicher",
"license": "MIT",
"dependencies": {
"@baggie/math": "^1.3.4",
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/control_utils": "^0.6.1629159505",
"@mediapipe/control_utils_3d": "^0.3.1635987963",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/pose": "^0.5.1635988162",
"bootstrap": "^5.1.3",
"events": "^3.3.0",
"i18n": "^0.14.0",
"jquery": "^3.6.0",
"open": "^8.4.0",
"posenet-similarity": "^0.4.8",
"serve-static": "^1.14.2",
"three": "^0.138.2"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.1",
"css-loader": "^6.5.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
}
}