-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 976 Bytes
/
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
{
"name": "dark-mode-clap-extension",
"version": "1.0.0",
"description": "Toggle dark mode by clapping your hands",
"main": "index.js",
"scripts": {
"copy": "cp manifest.json dist/",
"build": "parcel build content.js -d dist -o content --no-minify && npm run copy"
},
"license": "GNU",
"author": {
"name": "Charlie Gerard",
"url": "https://charliegerard.dev"
},
"keywords": [
"tfjs",
"tensorflow",
"tensorflow.js",
"machine learning",
"creative coding"
],
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.15",
"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"
},
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/runtime": "^7.13.10",
"@tensorflow-models/speech-commands": "^0.5.4",
"@tensorflow/tfjs": "^1.3.2"
}
}