-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "chel-league",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.2.8",
"@mui/styles": "^5.4.2",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/react": "^18.0.11",
"@types/react-bootstrap": "^0.32.30",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.21.4",
"bootstrap": "^5.1.3",
"chart.js": "^3.8.0",
"chartjs-plugin-datalabels": "^2.0.0",
"chartjs-plugin-deferred": "^2.0.0",
"date-fns": "^2.28.0",
"dayjs": "^1.10.4",
"generate-avatar": "^1.4.10",
"http-proxy-middleware": "^2.0.3",
"jwt-decode": "^3.1.2",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-calendar": "^3.5.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^17.0.2",
"react-flip-toolkit": "^7.0.13",
"react-helmet-async": "^1.2.3",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-scripts": "5.0.0",
"react-tooltip": "^4.2.21",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"swiper": "^8.0.6",
"typescript": "^4.7.3",
"uuidv4": "^6.2.12",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eslint": "eslint ."
},
"proxy": "http://localhost:3001/",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-plugin-jest": "^26.1.1"
}
}