forked from saade/filament-fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 855 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
{
"private": true,
"scripts": {
"dev": "mix watch",
"build": "mix --production && npm run purge",
"purge": "filament-purge -i dist/filament-fullcalendar.css -o dist/filament-fullcalendar.css"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"laravel-mix": "^6.0.6",
"postcss": "^8.2.1",
"tailwindcss": "^3.0.23",
"@awcodes/filament-plugin-purge": "^1.0.1"
},
"dependencies": {
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/moment": "^5.11.3",
"@fullcalendar/moment-timezone": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37"
}
}