reservations_display/package.json
Adam Goldsmith 9e04082b5b Switch from equicolor to unique-colors
As `equicolor` was throwing some TypeScript errors and is more
complicated than required
2021-11-12 13:42:57 -05:00

28 lines
684 B
JSON

{
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/intl": "^1.2.0",
"@vitejs/plugin-legacy": "^1.6.2",
"@vitejs/plugin-vue": "^1.9.4",
"sass": "^1.23.1",
"typescript": "^4.2.3",
"vite": "^2.6.13",
"vue-tsc": "^0.28.10"
},
"dependencies": {
"@fullcalendar/core": "^5.10.0",
"@fullcalendar/icalendar": "^5.10.1",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/vue3": "^5.10.0",
"ical.js": "github:ekreative/ical.js#var-ical",
"intl": "^1.2.5",
"unique-colors": "^1.0.1",
"vue": "^3.2.20"
}
}