-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 917 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 917 Bytes
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
{
"name": "RHTRH",
"description": "Raise your hand on Google Meet by raising your hand in real life",
"version": "0.3.1",
"license": "ISC",
"scripts": {
"build": "./scripts/build.sh",
"watch": "./scripts/watch.sh"
},
"author": "Signofactory",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.10.5",
"@tensorflow-models/handpose": "^0.0.6",
"@tensorflow/tfjs-backend-cpu": "^2.8.2",
"@tensorflow/tfjs-backend-webgl": "^2.8.2",
"@tensorflow/tfjs-converter": "^2.8.2",
"@tensorflow/tfjs-core": "^2.8.2",
"fingerpose": "^0.0.2"
}
}