forked from vladmandic/human-bjs-vrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
56
57
{
"name": "human-bjs-vrm",
"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-bjs-vrm.git"
},
"bugs": {
"url": "https://github.com/vladmandic/human-bjs-vrm/issues"
},
"homepage": "https://github.com/vladmandic/human-bjs-vrm#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"
],
"sideEffects": [
"vrm/index.ts",
"vrm/vcast-vci-material-unity.ts",
"vrm/vrm-extension.ts",
"vrm/vrm-file-loader.ts"
],
"dependencies": {
"@babylonjs/core": "5.33.2",
"@babylonjs/gui": "^5.33.2",
"@babylonjs/gui-editor": "^5.33.2",
"@babylonjs/inspector": "5.33.2",
"@babylonjs/loaders": "^5.33.2",
"@babylonjs/materials": "5.33.2",
"@babylonjs/serializers": "^5.33.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vladmandic/build": "^0.7.14",
"@vladmandic/human": "^3.0.1",
"babylon-mtoon-material": "^5.1.1",
"babylonjs-gltf2interface": "^5.33.2",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}