-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.33 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
83
84
85
86
87
{
"name": "my-react-redux-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@googlemaps/google-maps-services-js": "^3.3.26",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"@react-google-maps/api": "^2.17.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.2",
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"file-saver": "^2.0.5",
"fontawesome-4.7": "^4.7.0",
"formik": "^2.2.9",
"framer-motion": "^8.4.7",
"google-map-react": "^2.2.0",
"google-maps-react": "^2.0.6",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-bootstrap-table-next": "^1.1.1",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.41.5",
"react-hook-google-maps": "^0.0.3",
"react-icons": "^4.7.1",
"react-paginate": "^8.1.4",
"react-phone-number-input": "^3.2.12",
"react-redux": "^8.0.1",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.1",
"reactstrap": "^9.1.5",
"recharts": "^2.3.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.1.5",
"socket.io-client": "^4.6.0",
"sweetalert": "^2.1.2",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "set PORT=8000 && react-scripts start",
"build": "react-scripts 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"
]
},
"devDependencies": {
"axios": "^0.27.2",
"prop-types": "^15.8.1",
"react-router-dom": "^6.3.0",
"sass": "^1.51.0"
}
}