-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "miner",
"version": "0.1.0",
"private": false,
"homepage": "/Reactive-Miner/",
"dependencies": {
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.50",
"@material-ui/styles": "^4.9.6",
"@tensorflow/tfjs": "^1.7.3",
"@tensorflow/tfjs-vis": "latest",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/user-event": "^10.1.0",
"d3": "^5.16.0",
"formik": "^2.1.4",
"ml-pca": "^4.0.1",
"mui-datatables": "^2.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-magic-dropzone": "^1.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"rollup": "^2.7.2",
"shaman": "^0.3.2",
"tf-kmeans": "^0.0.3",
"vega": "^5.10.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"clean-site": "rimraf docs",
"move-site": " && mv build docs || move build docs",
"deploy": "npm run clean-site && npm run build && npm run move-site",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"rimraf": "^3.0.2"
}
}