-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@popperjs/core": "^2.11.2",
"axios": "^1.2.2",
"bootstrap": "^5.3.2",
"sass": "^1.53.0",
"vite": "^4.0.4",
"laravel-vite-plugin": "^0.8",
"vite-plugin-static-copy": "^0.17.0"
},
"dependencies": {
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/interaction": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"@fullcalendar/list": "^6.0.2",
"@fullcalendar/bootstrap5": "^6.0.2",
"admin-lte-v4": "github:cytech/AdminLTE#v4",
"alpinejs": "^3.8.1",
"autosize": "^6.0.1",
"bootstrap-icons": "^1.8.1",
"chart.js": "^4.1.2",
"flatpickr": "^4.6.9",
"moment": "^2.29.1",
"overlayscrollbars": "^2.2.1",
"sortablejs": "^1.14.0",
"sweetalert2": "^11.1.2",
"tippy.js": "^6.2.7",
"tom-select": "^2.1.0",
"vanilla-datetimerange-picker": "github:cytech/vanilla-datetimerange-picker#main"
}
}