-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.64 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
{
"name": "friends",
"version": "0.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "tsc && vite build && vite preview --host --open",
"prettier-watch": "onchange 'src/**/*.ts' -- prettier --write {{changed}}"
},
"typeRoots": [
"node_modules/@types",
"src/@types"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"onchange": "^7.1.0",
"prettier": "^2.8.4",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-gltf": "^3.1.0",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2",
"vite-tsconfig-paths": "^4.0.5"
},
"dependencies": {
"@babylonjs/core": "^5.52.0",
"@babylonjs/gui": "^5.52.0",
"@babylonjs/gui-editor": "^5.52.0",
"@babylonjs/inspector": "^5.52.0",
"@babylonjs/loaders": "^5.52.0",
"@babylonjs/materials": "^5.52.0",
"@babylonjs/serializers": "^5.52.0",
"@gltf-transform/core": "^2.5.1",
"@gltf-transform/extensions": "^3.1.3",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/pose": "^0.5.1635988162",
"@tensorflow-models/pose-detection": "^2.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.3.0",
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.19",
"@tensorflow/tfjs-converter": "^4.3.0",
"@tensorflow/tfjs-core": "^4.3.0",
"@tensorflow/tfjs-tflite": "^0.0.1-alpha.9",
"@zipingym/pose-input": "^0.0.11"
}
}