-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 977 Bytes
/
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
{
"name": "pose-detection",
"version": "1.0.0",
"description": "Body position detection",
"scripts": {
"build": "node utils/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gcaya/pose-detection.git"
},
"author": "Guillaume Caya-Letourneau",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gcaya/pose-detection/issues"
},
"homepage": "https://github.com/Gcaya/pose-detection#readme",
"dependencies": {
"@tensorflow-models/posenet": "^0.2.3",
"@tensorflow/tfjs": "^0.13.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"write-file-webpack-plugin": "^4.5.0"
}
}