-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.82 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
88
89
90
91
92
93
94
95
96
97
98
{
"name": "emerge-lms-admin-dashboard",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.9",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@pathofdev/react-tag-input": "^1.0.7",
"@reduxjs/toolkit": "^1.6.1",
"@tanstack/react-table": "^8.10.7",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@tippyjs/react": "^4.2.6",
"apexcharts": "^3.44.0",
"axios": "^1.6.3",
"bootstrap": "^5.3.2",
"countries-list": "^3.0.6",
"date-fns": "^3.6.0",
"dotenv": "^15.0.0",
"flatpickr": "^4.6.13",
"formik": "^2.4.5",
"html2canvas": "^1.4.1",
"http-proxy-middleware": "^2.0.1",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nouislider-react": "^3.4.1",
"prism-react-renderer": "^2.1.0",
"qrcode.react": "^4.0.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.9.1",
"react-bootstrap-icons": "^1.10.3",
"react-copy-to-clipboard": "^5.1.0",
"react-data-table-component": "^7.5.4",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-flatpickr": "^3.10.13",
"react-input-mask": "^2.0.4",
"react-modal-video": "^2.0.1",
"react-moment": "^1.1.3",
"react-odometerjs": "^3.1.0",
"react-paginate": "^8.2.0",
"react-query": "^3.19.0",
"react-quill": "^2.0.0",
"react-redux": "^7.2.4",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.18.0",
"react-scripts": "^5.0.1",
"react-simple-maps": "^3.0.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"react-to-print": "^2.14.15",
"react-toastify": "^9.1.3",
"react-youtube": "^10.1.0",
"sass": "^1.69.7",
"sass-loader": "^13.3.2",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"styled-components": "^5.3.3",
"uuid": "^9.0.1",
"validator": "^13.6.0",
"web-vitals": "^3.5.0",
"yet-another-react-lightbox": "^3.15.0",
"yup": "^1.3.2",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}