-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.86 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.86 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "modernize",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "5.0.0-alpha.106",
"@mui/material": "^5.14.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.2",
"@mui/styles": "^5.14.7",
"@mui/utils": "^5.14.8",
"@mui/x-data-grid": "^6.16.2",
"@mui/x-date-pickers": "^6.11.2",
"@react-pdf/renderer": "^3.1.12",
"@reduxjs/toolkit": "^1.8.3",
"@tabler/icons": "^1.84.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.23.1",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"chance": "^1.1.9",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.9",
"enzyme": "^3.11.0",
"firebase": "^10.1.0",
"hover-carousel": "^1.1.0",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-ui": "^0.20.2",
"mdb-react-ui-kit": "^6.2.0",
"moment": "^2.29.4",
"primereact": "^9.6.2",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-apexcharts": "^1.3.7",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"react-loading": "^2.0.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-snap-carousel": "^0.3.2",
"react-spring": "^9.2.4",
"react-to-print": "^2.14.13",
"react-toastify": "^9.1.3",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.0",
"stylis-plugin-rtl": "^2.0.2",
"sweetalert": "^2.1.2",
"swiper": "^10.2.0",
"universal-cookie": "^6.1.0",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1"
},
"scripts": {
"start": "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"
]
}
}