-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 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
{
"name": "openx-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"axios": "^0.18.0",
"bootstrap": "^4.5.0",
"formik": "^1.5.1",
"i": "^0.3.6",
"js-sha3": "^0.8.0",
"mdbreact": "^4.27.0",
"node-sass": "^4.14.1",
"notistack": "^0.5.1",
"npm": "^6.14.5",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-confirm-alert": "^2.6.1",
"react-dom": "^16.13.1",
"react-input-range": "^1.3.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"react-scrollable-anchor": "^0.6.1",
"react-select": "^2.4.1",
"react-truncate": "^2.4.0",
"redux": "^4.0.5",
"redux-observable": "^1.0.0",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"sass-loader": "^7.1.0",
"styled-components": "^4.4.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"redux-devtools-extension": "^2.13.8"
}
}