2020-03-12 13:54:26 -04:00
|
|
|
{
|
|
|
|
"scripts": {
|
2021-11-11 17:29:47 -05:00
|
|
|
"start": "npm run dev",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"serve": "vite preview"
|
2020-03-12 13:54:26 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-11 17:29:47 -05:00
|
|
|
"@types/intl": "^1.2.0",
|
|
|
|
"@vitejs/plugin-legacy": "^1.6.2",
|
|
|
|
"@vitejs/plugin-vue": "^1.9.4",
|
2020-03-12 13:54:26 -04:00
|
|
|
"sass": "^1.23.1",
|
2021-03-31 16:51:48 -04:00
|
|
|
"typescript": "^4.2.3",
|
2021-11-11 17:29:47 -05:00
|
|
|
"vite": "^2.6.13",
|
2021-11-12 13:55:11 -05:00
|
|
|
"vue-tsc": "^0.29.4"
|
2020-03-12 13:54:26 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-11 17:29:47 -05:00
|
|
|
"@fullcalendar/core": "^5.10.0",
|
2021-11-12 13:36:39 -05:00
|
|
|
"@fullcalendar/icalendar": "^5.10.1",
|
2021-03-31 16:51:48 -04:00
|
|
|
"@fullcalendar/timegrid": "^5.6.0",
|
2021-11-11 17:29:47 -05:00
|
|
|
"@fullcalendar/vue3": "^5.10.0",
|
2021-11-12 13:36:39 -05:00
|
|
|
"ical.js": "github:ekreative/ical.js#var-ical",
|
2020-03-16 16:48:35 -04:00
|
|
|
"intl": "^1.2.5",
|
2021-11-12 13:42:57 -05:00
|
|
|
"unique-colors": "^1.0.1",
|
2021-11-11 17:29:47 -05:00
|
|
|
"vue": "^3.2.20"
|
2020-03-12 13:54:26 -04:00
|
|
|
}
|
|
|
|
}
|