athenahr/package.json
miguel456 b89d71b371
Revert "Revert "merge 1""
This reverts commit 0c463d1f10145bf99dd63fd7128f992ab2371ffb.
2022-10-24 01:04:22 +01:00

40 lines
1.1 KiB
JSON
Executable File

{
"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"
}
}