-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.47 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": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"he": "^1.2.0",
"logrocket": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-content-loader": "^6.0.3",
"react-cookie-banner": "^4.1.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-inline-edition": "^1.4.2",
"react-moment": "^1.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-spinners": "^0.11.0",
"react-spring": "^9.2.4",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.1.3",
"styled-components": "^5.0.1",
"styled-components-modifiers": "^1.2.5",
"use-media": "^1.4.0",
"use-onclickoutside": "^0.4.0",
"use-throttle": "0.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"redux-logger": "^3.0.6"
}
}