forked from santinozaracho/optimizer-pl-io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.38 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
{
"name": "optimizer-pl-io",
"version": "0.1.0",
"private": true,
"dependencies": {
"algebra.js": "^0.2.6",
"algebrite": "^1.3.1",
"babel": "^6.23.0",
"bootstrap": "^4.3.1",
"expr-eval": "^2.0.2",
"fetch": "^1.1.0",
"firebase": "^7.16.0",
"fractional": "^1.0.0",
"from-exponential": "^1.0.0",
"gh-pages": "^2.0.1",
"javascript-lp-solver": "^0.4.5",
"mathjs": "^7.1.0",
"node-fetch": "^2.6.0",
"parser": "^0.1.4",
"randomcolor": "^0.5.4",
"react": "^16.8.6",
"react-bootstrap-wizard": "0.0.7",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^3.4.1",
"react-vis": "^1.11.7",
"reactstrap": "^8.0.0",
"redux-starter-kit": "^0.5.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "set \"CI=false\" && react-scripts build",
"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": {
"firebase-tools": "^8.5.0"
}
}