-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 1 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
{
"name": "google-meet-gesture-mute",
"version": "0.1.0",
"description": "Use gesture recognition to mute audio/video on google meet",
"scripts": {
"build": "mkdir -p dist && parcel build --no-minify src/background.ts src/popup.html src/welcome.html src/content.ts -d dist -o background",
"watch": "mkdir -p dist && parcel watch src/* --hmr-hostname localhost -d dist -o background"
},
"license": "MIT",
"devDependencies": {
"@types/w3c-image-capture": "^1.0.4",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clang-format": "^1.2.3",
"parcel-bundler": "^1.12.5",
"typescript": "^4.3.5"
},
"resolutions": {
"is-svg": "4.3.1",
"node-fetch": "2.6.1",
"vega": "5.17.3"
},
"dependencies": {
"@teachablemachine/image": "^0.8.4",
"@tensorflow/tfjs": "^1.3.2",
"@types/chrome": "^0.0.146",
"add": "^2.0.6",
"parcel-plugin-static-files-copy": "^2.6.0"
}
}