-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1019 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@event-calendar/core": "^0.17.0",
"@event-calendar/day-grid": "^0.17.0",
"@event-calendar/interaction": "^0.17.0",
"@event-calendar/time-grid": "^0.17.0",
"@popperjs/core": "^2.10.2",
"axios": "^1.1.2",
"bootstrap": "^5.2.2",
"laravel-vite-plugin": "^0.7.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.56.1",
"vite": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@sweetalert2/theme-dark": "^5.0.15",
"chart.js": "^4.2.1",
"datatables.net-bs5": "^1.13.1",
"datatables.net-dt": "^1.13.1",
"dayjs": "^1.11.7",
"jquery": "^3.6.3",
"js-base64": "^3.7.3",
"platform": "^1.3.6",
"random-memes": "^3.1.7",
"sweetalert2": "^11.6.16",
"toastr": "^2.1.4"
}
}