forked from jaxball/advis.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.37 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "advis",
"version": "0.1.0",
"private": true,
"homepage": "http://jlin.xyz/advis",
"dependencies": {
"@tensorflow-models/mobilenet": "^0.2.2",
"@tensorflow/tfjs": "^0.12.4",
"babel-set-presets": "^1.0.3",
"d3-color": "^1.2.0",
"d3-scale": "^2.1.0",
"d3-scale-chromatic": "^1.3.0",
"deeplearn": "^0.5.1",
"material-ui": "^0.20.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-image-crop": "^4.0.2",
"react-scripts": "1.1.4",
"react-split-pane": "^0.1.82",
"react-splitter-layout": "^3.0.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"clang-format": "^1.2.3",
"parcel-bundler": "^1.9.7"
},
"babel": {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 3 versions",
"ie >= 9",
"ios >= 8",
"android >= 4.2"
]
},
"useBuiltIns": false
}
]
],
"plugins": [
"transform-runtime"
]
}
}