2020-03-12 13:54:26 -04:00
|
|
|
{
|
|
|
|
"browserslist": [
|
2020-03-16 16:48:35 -04:00
|
|
|
"defaults",
|
|
|
|
"ios 9.3"
|
2020-03-12 13:54:26 -04:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "parcel src/index.html"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-16 16:48:35 -04:00
|
|
|
"@babel/core": "^7.8.7",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
|
|
"@babel/preset-env": "^7.8.7",
|
2020-03-12 13:54:26 -04:00
|
|
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
|
|
"sass": "^1.23.1",
|
|
|
|
"typescript": "^3.6.4",
|
|
|
|
"vue-template-compiler": "^2.6.10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fullcalendar/core": "^4.3.1",
|
|
|
|
"@fullcalendar/google-calendar": "^4.3.0",
|
|
|
|
"@fullcalendar/timegrid": "^4.3.0",
|
|
|
|
"@fullcalendar/vue": "^4.3.1",
|
2020-03-16 16:48:35 -04:00
|
|
|
"core-js": "^3.6.4",
|
2020-03-12 13:54:26 -04:00
|
|
|
"equicolor": "^1.1.0",
|
2020-03-16 16:48:35 -04:00
|
|
|
"intl": "^1.2.5",
|
2020-03-12 13:54:26 -04:00
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-hot-reload-api": "^2.3.4",
|
|
|
|
"vue-property-decorator": "^8.3.0"
|
|
|
|
}
|
|
|
|
}
|