{ "private": true, "scripts": { "postinstall": "npm run prod", "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "devDependencies": { "axios": "^0.21", "bootstrap": "^4.0.0", "cross-env": "^7.0", "empty-module": "0.0.2", "jquery": "^3.2", "laravel-mix": "^6.0.43", "lodash": "^4.17.13", "popper.js": "^1.12", "resolve-url-loader": "^5.0.0", "sass": "^1.15.2", "sass-loader": "^8.0.0", "vue": "^2.5.17", "vue-template-compiler": "^2.6.10" }, "dependencies": { "@fullcalendar/core": "^4.4.0", "@fullcalendar/daygrid": "^4.4.0", "@fullcalendar/list": "^4.4.0", "@fullcalendar/timegrid": "^4.4.0", "@fullcalendar/timeline": "^4.4.0", "chart.js": "^2.9.3", "flatpickr": "^4.6.3", "locale-js": "^1.1.1", "moment": "^2.29.2" } }