-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 KB
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
59
60
61
62
63
64
65
66
{
"name": "world",
"version": "0.1.0",
"private": true,
"dependencies": {
"@adobe/redux-saga-promise": "^1.1.0",
"@hot-loader/react-dom": "^16.13.0",
"@loadable/component": "^5.12.0",
"@sentry/browser": "^5.14.2",
"axios": "^0.21.2",
"axios-cancel": "^0.2.2",
"axios-extensions": "^3.1.2",
"core-js": "^3.6.4",
"history": "^4.10.1",
"i18next": "^19.3.3",
"immer": "^5.3.6",
"js-cookie": "^2.2.1",
"markdown": "^0.5.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-alert": "^7.0.0",
"react-alert-template-basic": "^1.0.0",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.12.20",
"react-i18next": "^11.3.3",
"react-js-pagination": "^3.0.3",
"react-placeholder": "^4.0.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-router-last-location": "^2.0.1",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"styled-components": "^5.0.1",
"validator": "^12.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build && shx cp build/index.html build/404.html",
"build:stats": "react-app-rewired build --analyze",
"deploy": "gh-pages -d build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"ie >= 9",
"not op_mini all"
],
"devDependencies": {
"customize-cra": "^0.9.1",
"gh-pages": "^2.2.0",
"react-app-rewire-hot-loader-for-customize-cra": "^1.0.1",
"react-app-rewire-webpack-bundle-analyzer": "^1.1.0",
"react-app-rewired": "^2.1.5",
"react-scripts": "^3.4.0",
"shx": "^0.3.2"
}
}