-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 915 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 915 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host"
},
"devDependencies": {
"admin-lte": "^4.0.0-rc3",
"axios": "^1.11.0",
"bootstrap": "5.3.8",
"bootstrap-icons": "^1.13.1",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"vite": "^7.0.4"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.10.4",
"@fullcalendar/bootstrap5": "^6.1.20",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@popperjs/core": "^2.11.8",
"cropperjs": "1.6.0",
"easymde": "^2.20.0",
"laravel-echo": "^2.2.6",
"pusher-js": "^8.4.0"
}
}