-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "tinyml_trainer",
"version": "4.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack",
"dev": "webpack serve --history-api-fallback --open",
"deploy": "NODE_ENV=production yarn build && gcloud app deploy"
},
"license": "MIT",
"devDependencies": {
"@material/typography": "^10.0.0",
"@smui/checkbox": "^4.2.0",
"@smui/form-field": "^4.2.0",
"@smui/linear-progress": "^4.2.0",
"@smui/slider": "^4.2.0",
"@smui/textfield": "^4.2.0",
"@tensorflow-models/knn-classifier": "^1.2.2",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow/tfjs": "^2.8.6",
"autoprefixer": "^10.2.5",
"chart.js": "^2.9.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.3",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.8",
"sass": "^1.32.8",
"sass-loader": "10.1.1",
"seedrandom": "^3.0.5",
"smui-theme": "^4.2.0",
"style-loader": "^2.0.0",
"svelte": "^3.33.0",
"svelte-loader": "^3.0.0",
"svelte-preprocess": "^4.6.9",
"svelte-preprocess-sass": "^1.0.0",
"svelte-routing": "^1.6.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}