-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 954 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 954 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.5.0",
"axios": "^1.6.4",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^1.0.0",
"sass": "^1.56.1",
"vite": "^5.0.0",
"vue": "^3.4.26"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@vitejs/plugin-vue": "^5.0.4",
"chart.js": "^4.4.2",
"flatpickr": "^4.6.13",
"laravel-echo": "^1.17.1",
"pusher-js": "^8.4.0-rc2",
"sweetalert2": "^11.6.13",
"vue-chartjs": "^5.3.1",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.2",
"vuetify": "^3.6.0-beta.0.0"
}
}