-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.29 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
{
"name": "Spfy.reactapp",
"version": "6.0.0",
"private": true,
"description": "An online predictive genomics platform for E.coli.",
"dependencies": {
"auth0-js": "^9.0.2",
"axios": "^0.16.1",
"bootstrap": "4.0.0-alpha.6",
"history": "^4.6.1",
"immutability-helper": "^2.2.0",
"jwt-decode": "^2.2.0",
"material-ui": "^0.18.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-transition-group": "^15.5.2",
"react-bootstrap-table": "^3.4.0",
"react-dom": "^15.5.4",
"react-md": "^1.2.9",
"react-redux": "^5.0.5",
"react-refetch": "^1.0.0",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"webfontloader": "^1.6.27"
},
"devDependencies": {
"lorem-ipsum": "^1.0.4",
"react-scripts": "^0.9.5"
},
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}