-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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": "healthera-portal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.6.2",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"firebase": "^5.5.5",
"flexboxgrid": "^6.3.1",
"flow": "^0.2.3",
"flow-bin": "^0.85.0",
"gh-pages": "^2.0.1",
"react": "^16.6.3",
"react-cookie": "^3.0.4",
"react-dom": "^16.6.3",
"react-redux": "^5.1.1",
"react-reveal": "^1.2.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^2.1.3",
"react-scroll-to-bottom": "^1.2.0",
"react-select": "^2.3.0",
"react-spinkit": "^3.0.0",
"redux": "^4.0.1",
"redux-axios-middleware": "^4.0.0",
"redux-thunk": "^2.3.0",
"reflexbox": "^3.0.1",
"reselect": "^4.0.0",
"styled-components": "^4.1.1",
"time-ago": "^0.2.1",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "$(npm bin)/flow",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"flow-typed": "^2.5.1",
"jest-cli": "^20.0.4"
}
}