-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.3 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
{
"name": "dashkit-react-kitp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@ericz1803/react-google-calendar": "^4.3.2",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/interaction": "^6.1.4",
"@fullcalendar/list": "^6.1.4",
"@fullcalendar/react": "^6.1.4",
"@fullcalendar/timegrid": "^6.1.4",
"@headlessui/react": "^1.7.4",
"@hookform/resolvers": "^2.9.10",
"@iconify/react": "^4.0.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^1.9.0",
"@rollup/plugin-replace": "^5.0.2",
"@south-paw/react-vector-maps": "^3.2.0",
"@svg-maps/world": "^1.0.1",
"@tinymce/tinymce-react": "^5.1.1",
"@tippyjs/react": "^4.2.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"apexcharts": "^3.36.3",
"axios": "^1.7.7",
"chart.js": "^4.2.0",
"cleave.js": "^1.6.0",
"d3-array": "^3.2.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.7",
"framer-motion": "^10.12.12",
"leaflet": "^1.9.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-apexcharts": "^1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.0.0",
"react-chartjs-2": "^5.2.0",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-flatpickr": "^3.10.13",
"react-google-calendar-api": "^2.3.0",
"react-hook-form": "^7.39.5",
"react-leaflet": "^4.2.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"react-tailwindcss-datepicker": "^1.4.2",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.3.2",
"sass": "^1.56.1",
"simplebar-react": "^2.4.3",
"sort-by": "^1.2.0",
"swiper": "^8.4.5",
"uuidv4": "^6.2.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"vite": "^3.2.3"
}
}