-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.32 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": "human-motion",
"description": "Realtime Face/Pose/Hand Motion 3D Model Visualization and 2D Overlay for using Human Library and BabylonJS",
"license": "MIT",
"author": "Vladimir Mandic <[email protected]>",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/human-motion.git"
},
"bugs": {
"url": "https://github.com/vladmandic/human-motion/issues"
},
"homepage": "https://github.com/vladmandic/human-motion#readme",
"scripts": {
"start": "build --profile serve",
"build": "build --profile production",
"dev": "build --profile development"
},
"keywords": [
"human",
"human-library",
"face-detection",
"body-tracking",
"hand-tracking",
"avatar",
"skeleton",
"tfjs",
"tensorflowjs"
],
"dependencies": {
"@babylonjs/core": "5.44.0",
"@babylonjs/gui": "^5.44.0",
"@babylonjs/gui-editor": "^5.44.0",
"@babylonjs/inspector": "5.44.0",
"@babylonjs/loaders": "^5.44.0",
"@babylonjs/materials": "5.44.0",
"@babylonjs/serializers": "^5.44.0",
"@vladmandic/build": "^0.7.15",
"@vladmandic/human": "github:vladmandic/human",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}