-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.29 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.29 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
67
68
69
70
71
72
73
74
75
{
"name": "cogether",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@types/history": "^4.7.3",
"@types/jest": "24.0.21",
"@types/node": "12.12.5",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"@types/react-redux": "^7.1.5",
"@types/react-slick": "^0.23.4",
"@types/redux-actions": "^2.6.1",
"@types/redux-saga": "^0.10.5",
"antd": "^3.25.3",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"connected-react-router": "^6.5.2",
"cross-env": "^6.0.3",
"history": "^4.10.1",
"html-react-parser": "^0.10.0",
"jsonwebtoken": "^8.5.1",
"material-ui": "^0.20.2",
"mdbreact": "^4.22.1",
"node-sass": "^4.13.0",
"nuka-carousel": "^4.6.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.11.0",
"react-ga": "^2.7.0",
"react-items-carousel": "^2.8.0",
"react-loadingg": "^1.7.1",
"react-redux": "^7.1.3",
"react-redux-typescript": "^3.0.0-rc.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-slick": "^0.25.2",
"react-social-login-buttons": "^3.0.0",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"slick-carousel": "^1.8.1",
"sweetalert": "^2.1.2",
"typescript": "^3.7.2"
},
"scripts": {
"start": "cross-env NODE_PATH=src/ react-scripts start",
"build": "cross-env NODE_PATH=src/ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.1.2"
}
}