athenahr/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-26 05:09:32 +01:00
{
"private": true,
"scripts": {
2020-10-03 21:36:35 +01:00
"postinstall": "npm run prod",
2020-04-26 05:09:32 +01:00
"dev": "npm run development",
2022-02-24 23:11:22 +00:00
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
2020-04-26 05:09:32 +01:00
"prod": "npm run production",
2022-02-24 23:11:22 +00:00
"production": "mix --production"
2020-04-26 05:09:32 +01:00
},
"devDependencies": {
"axios": "^0.21",
"bootstrap": "^4.0.0",
2020-04-26 05:09:32 +01:00
"cross-env": "^7.0",
"empty-module": "0.0.2",
"jquery": "^3.2",
2022-02-24 23:11:22 +00:00
"laravel-mix": "^6.0.43",
2020-04-26 05:09:32 +01:00
"lodash": "^4.17.13",
"popper.js": "^1.12",
2022-03-05 22:20:43 +00:00
"resolve-url-loader": "^5.0.0",
2020-11-02 21:44:05 +00:00
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
2020-05-02 06:54:14 +01:00
"@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"
2020-04-26 05:09:32 +01:00
}
}