-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@popperjs/core": "^2.11.2",
"axios": "^1.2.2",
"bootstrap": "^5.3.1",
"laravel-vite-plugin": "^2.0.1",
"sass": "^1.53.0",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.0.0"
},
"dependencies": {
"@fullcalendar/bootstrap5": "^6.0.2",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/interaction": "^6.0.2",
"@fullcalendar/list": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"admin-lte": "^4.0.0-rc6",
"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"
},
"type": "module"
}