-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 986 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
{
"name": "why-batcnorm-works",
"version": "0.1.0",
"description": "",
"main": "index.js",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"@tensorflow/tfjs": "^0.11.4",
"bootstrap": "^4.3.1",
"c3": "^0.6.2",
"chart.js": "^2.7.2",
"chartjs-chart-box-and-violin-plot": "^1.0.0",
"d3-3": "0.0.0",
"d3-fetch": "^1.1.0",
"jquery": "^3.4.0",
"popper.js": "^1.14.3",
"stats-lite": "^2.1.1"
},
"scripts": {
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",
"build": "cross-env NODE_ENV=production parcel build index.html --no-minify --public-url ./",
"postinstall": "yarn upgrade --pattern @tensorflow"
},
"devDependencies": {
"babel-plugin-transform-runtime": "~6.23.0",
"babel-polyfill": "~6.26.0",
"babel-preset-env": "~1.6.1",
"clang-format": "~1.2.2",
"cross-env": "^5.1.6",
"parcel-bundler": "~1.10.0"
}
}