-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.13 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@headlessui/react": "1.7",
"@inertiajs/react": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.1",
"laravel-echo": "^1.15.3",
"laravel-vite-plugin": "^0.7.8",
"list-files": "^1.1.4",
"postcss": "^8.4.31",
"pusher-js": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/google-calendar": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@react-oauth/google": "^0.11.1",
"bootstrap": "^5.3.2",
"boxicons": "^2.1.4",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"flowbite-react": "^0.7.5",
"framework7-react": "^8.3.3",
"javascript-time-ago": "^2.5.9",
"jwt-decode": "^3.1.2",
"list-react-files": "^0.2.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.363.0",
"moment": "^2.29.4",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.9.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-cropper": "^2.3.3",
"react-data-table-component": "^7.5.4",
"react-datepicker": "^4.23.0",
"react-doc-viewer": "^0.1.5",
"react-easy-crop": "^5.0.2",
"react-flickity-component": "^4.0.7",
"react-float-menu": "^0.4.7",
"react-floating-action-button": "^1.0.5",
"react-quill": "^2.0.0",
"react-time-ago": "^7.2.1",
"react-tiny-fab": "^4.0.4",
"react-to-pdf": "^1.0.1",
"react-to-print": "^2.14.15",
"react-toastify": "^9.1.3",
"recharts": "^2.9.3",
"sonner": "^1.4.2",
"styled-components": "^6.1.1",
"sweetalert2": "^11.9.0",
"xlsx": "^0.18.5",
"zustand": "^4.4.6"
}
}