-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.23 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
{
"name": "ihdm-web",
"version": "0.1.0",
"homepage": "http://ihdm.com.ng/",
"author": "Taiwo Damilola",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.1",
"@reduxjs/toolkit": "^1.9.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.22.0",
"date-fns": "^2.29.3",
"framer-motion": "^4.1.17",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-mui": "^1.0.7",
"react-data-export": "^0.6.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.0",
"react-html-table-to-excel": "^2.0.0",
"react-html-to-excel": "^2.1.1",
"react-image-gallery": "^1.2.7",
"react-phone-input-2": "^2.14.0",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.0-beta.4",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"react-ticker": "^1.2.2",
"react-to-pdf": "0.0.14",
"react-to-print": "^2.13.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"tempa-xlsx": "^0.8.20",
"web-vitals": "^1.0.1",
"xlsx": "^0.17.2",
"xlsx-style": "^0.8.13"
},
"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"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}