-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.2 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
{
"name": "ipcm-web",
"version": "0.1.1",
"private": true,
"author": "Taiwo Damilola",
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@react-pdf/renderer": "^3.1.12",
"@reduxjs/toolkit": "^1.8.5",
"@tanstack/react-query": "^4.36.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aos": "^2.3.4",
"axios": "^0.27.2",
"date-fns": "^4.0.0-beta.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"loader-utils": "3.2.1",
"moment": "^2.30.1",
"patch-package": "^7.0.0",
"react": "^17.0.2",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^17.0.2",
"react-export-table-to-excel": "^1.0.6",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^8.0.2",
"react-responsive": "^8.2.0",
"react-responsive-carousel": "^3.2.18",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.13.4",
"react-to-pdf": "0.0.14",
"react-to-print": "^2.14.7",
"react-toastify": "^9.0.3",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"overrides": {
"react-error-overlay": "6.0.9",
"@react-pdf/font": "2.2.1",
"@react-pdf/pdfkit": "2.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.36.1"
}
}