32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"browserslist": [
|
|
"defaults",
|
|
"ios 9.3"
|
|
],
|
|
"scripts": {
|
|
"start": "parcel src/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@types/fullcalendar__vue": "^4.4.0",
|
|
"@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",
|
|
"core-js": "^3.6.4",
|
|
"equicolor": "^1.1.0",
|
|
"intl": "^1.2.5",
|
|
"vue": "^2.6.10",
|
|
"vue-hot-reload-api": "^2.3.4",
|
|
"vue-property-decorator": "^8.3.0"
|
|
}
|
|
}
|