forked from ml5js/ml5-next-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "ml5",
"version": "0.20.0-alpha.3",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack serve --config webpack.config.js --mode development",
"format": "prettier --write \"**/*.js\"",
"postinstall": "patch-package"
},
"files": [
"dist"
],
"keywords": [
"ML5"
],
"author": "ml5",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ml5js/ml5-next-gen.git"
},
"bugs": {
"url": "https://github.com/ml5js/ml5-next-gen/issues"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"html-webpack-plugin": "^5.5.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.8",
"rimraf": "^5.0.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.15.1"
},
"homepage": "https://github.com/ml5js/ml5-next-gen#readme",
"dependencies": {
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/hands": "^0.4.1675469240",
"@mediapipe/pose": "^0.5.1675469404",
"@mediapipe/selfie_segmentation": "~0.1.0",
"@tensorflow-models/body-segmentation": "^1.0.1",
"@tensorflow-models/face-landmarks-detection": "1.0.5",
"@tensorflow-models/hand-pose-detection": "^2.0.0",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow-models/pose-detection": "^2.1.0",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-vis": "^1.5.1",
"axios": "^1.3.4",
"webpack-merge": "^5.9.0"
}
}