|
|
@ -21,6 +21,7 @@ |
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0", |
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0", |
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
|
|
"@babel/plugin-transform-runtime": "^7.13.9", |
|
|
"@babel/plugin-transform-runtime": "^7.13.9", |
|
|
|
|
|
"@babel/preset-env": "^7.23.5", |
|
|
"@babel/runtime": "^7.13.9", |
|
|
"@babel/runtime": "^7.13.9", |
|
|
"babel-core": "^6.26.3", |
|
|
"babel-core": "^6.26.3", |
|
|
"babel-loader": "^8.2.2", |
|
|
"babel-loader": "^8.2.2", |
|
|
@ -31,42 +32,41 @@ |
|
|
"cross-env": "^7.0.3", |
|
|
"cross-env": "^7.0.3", |
|
|
"css-loader": "^5.2.6", |
|
|
"css-loader": "^5.2.6", |
|
|
"css-minimizer-webpack-plugin": "^5.0.1", |
|
|
"css-minimizer-webpack-plugin": "^5.0.1", |
|
|
"eslint": "^7.21.0", |
|
|
|
|
|
"eslint-config-airbnb-base": "^14.2.1", |
|
|
|
|
|
|
|
|
"eslint": "^8.55.0", |
|
|
|
|
|
"eslint-config-airbnb-base": "^15.0.0", |
|
|
"eslint-plugin-import": "^2.23.4", |
|
|
"eslint-plugin-import": "^2.23.4", |
|
|
"html-webpack-plugin": "^5.3.1", |
|
|
|
|
|
|
|
|
"html-webpack-plugin": "^5.5.4", |
|
|
"imagemin-webpack-plugin": "^2.4.2", |
|
|
"imagemin-webpack-plugin": "^2.4.2", |
|
|
"mini-css-extract-plugin": "^1.6.0", |
|
|
"mini-css-extract-plugin": "^1.6.0", |
|
|
"postcss": "^8.3.4", |
|
|
"postcss": "^8.3.4", |
|
|
"postcss-loader": "^6.1.0", |
|
|
"postcss-loader": "^6.1.0", |
|
|
"sass": "^1.55.0", |
|
|
|
|
|
"postcss-preset-env": "^6.7.0", |
|
|
"postcss-preset-env": "^6.7.0", |
|
|
|
|
|
"sass": "^1.55.0", |
|
|
"sass-loader": "^12.1.0", |
|
|
"sass-loader": "^12.1.0", |
|
|
"shx": "^0.3.3", |
|
|
"shx": "^0.3.3", |
|
|
"style-loader": "^2.0.0", |
|
|
"style-loader": "^2.0.0", |
|
|
"stylelint": "^13.13.1", |
|
|
|
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
|
|
|
|
|
|
"stylelint": "^16.0.1", |
|
|
|
|
|
"stylelint-config-standard": "^35.0.0", |
|
|
"webpack": "^5.37.1", |
|
|
"webpack": "^5.37.1", |
|
|
"webpack-cli": "^4.7.0", |
|
|
"webpack-cli": "^4.7.0", |
|
|
"webpack-dashboard": "^3.3.1", |
|
|
"webpack-dashboard": "^3.3.1", |
|
|
"webpack-dev-server": "^3.11.2" |
|
|
"webpack-dev-server": "^3.11.2" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@fullcalendar/core": "^5.11.3", |
|
|
|
|
|
"@fullcalendar/daygrid": "^5.11.3", |
|
|
|
|
|
"@fullcalendar/interaction": "^5.11.3", |
|
|
|
|
|
"@fullcalendar/list": "^5.11.3", |
|
|
|
|
|
"@fullcalendar/timegrid": "^5.11.3", |
|
|
|
|
|
|
|
|
"@fullcalendar/core": "^6.1.10", |
|
|
|
|
|
"@fullcalendar/daygrid": "^6.1.10", |
|
|
|
|
|
"@fullcalendar/interaction": "^6.1.10", |
|
|
|
|
|
"@fullcalendar/list": "^6.1.10", |
|
|
|
|
|
"@fullcalendar/timegrid": "^6.1.10", |
|
|
"@popperjs/core": "^2.11.6", |
|
|
"@popperjs/core": "^2.11.6", |
|
|
"babel-polyfill": "^6.26.0", |
|
|
"babel-polyfill": "^6.26.0", |
|
|
"bootstrap": "^5.2.2", |
|
|
"bootstrap": "^5.2.2", |
|
|
"bootstrap-datepicker": "^1.9.0", |
|
|
"bootstrap-datepicker": "^1.9.0", |
|
|
"brand-colors": "^2.1.1", |
|
|
"brand-colors": "^2.1.1", |
|
|
"chart.js": "^2.9.4", |
|
|
|
|
|
|
|
|
"chart.js": "^4.4.1", |
|
|
"datatables": "^1.10.18", |
|
|
"datatables": "^1.10.18", |
|
|
"easy-pie-chart": "^2.1.7", |
|
|
"easy-pie-chart": "^2.1.7", |
|
|
"file-loader": "^6.2.0", |
|
|
"file-loader": "^6.2.0", |
|
|
"fullcalendar": "^5.11.3", |
|
|
|
|
|
"jquery": "^3.6.0", |
|
|
"jquery": "^3.6.0", |
|
|
"jquery-sparkline": "^2.4.0", |
|
|
"jquery-sparkline": "^2.4.0", |
|
|
"jvectormap": "^2.0.4", |
|
|
"jvectormap": "^2.0.4", |
|
|
|