-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "women_in_comedy_client",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.x"
},
"dependencies": {
"actioncable": "^5.1.5",
"axios": "^0.16.2",
"dotenv": "^4.0.0",
"firebase": "^5.5.8",
"jsesc": "^2.5.1",
"lodash": "^4.17.4",
"material-ui": "^0.19.1",
"query-string": "^5.0.0",
"rc-time-picker": "^2.4.1",
"react": "^15.6.1",
"react-addons-create-fragment": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-chat-widget": "^2.1.2",
"react-csv": "^1.0.15-RC2",
"react-day-picker": "^6.1.0",
"react-dom": "^15.6.1",
"react-facebook-login": "^3.6.2",
"react-image-preview": "^0.1.0",
"react-material-ui-form-validator": "^1.1.0",
"react-redux": "^5.0.7",
"react-responsive-modal": "^3.5.1",
"react-router-dom": "^4.1.2",
"react-scripts": "^2.0.4",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-file-upload": "0.0.19",
"redux-form": "^7.0.3",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"shuffle-array": "^1.0.1",
"spdy": "^3.4.7"
},
"devDependencies": {
"eslint-plugin-import": "^2.9.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}