Put JS dependencies in order.
This commit is contained in:
parent
f7bc89806c
commit
bb15b71f3f
15
package.json
15
package.json
@ -21,6 +21,7 @@
|
|||||||
"@fullcalendar/interaction": "^4.3.0",
|
"@fullcalendar/interaction": "^4.3.0",
|
||||||
"@fullcalendar/timegrid": "^4.3.0",
|
"@fullcalendar/timegrid": "^4.3.0",
|
||||||
"@fullcalendar/vue": "^4.3.1",
|
"@fullcalendar/vue": "^4.3.1",
|
||||||
|
"axios": "^0.21",
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"chart.js": "^2.7.1",
|
"chart.js": "^2.7.1",
|
||||||
"d3": "^5.12.0",
|
"d3": "^5.12.0",
|
||||||
@ -32,9 +33,12 @@
|
|||||||
"flatpickr": "^4.6.3",
|
"flatpickr": "^4.6.3",
|
||||||
"fuse.js": "^3.2.0",
|
"fuse.js": "^3.2.0",
|
||||||
"google-maps": "^3.2.1",
|
"google-maps": "^3.2.1",
|
||||||
|
"jquery": "^3.4.1",
|
||||||
|
"lodash": "^4.17.15",
|
||||||
"nouislider": "^12.1.0",
|
"nouislider": "^12.1.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"perfect-scrollbar": "^1.3.0",
|
"perfect-scrollbar": "^1.3.0",
|
||||||
|
"popper.js": "^1.12",
|
||||||
"quill": "^1.3.7",
|
"quill": "^1.3.7",
|
||||||
"sweetalert2": "^7.29.2",
|
"sweetalert2": "^7.29.2",
|
||||||
"v-money": "^0.8.1",
|
"v-money": "^0.8.1",
|
||||||
@ -44,6 +48,7 @@
|
|||||||
"vue-clipboard2": "^0.3.1",
|
"vue-clipboard2": "^0.3.1",
|
||||||
"vue-flatpickr-component": "^8.1.3",
|
"vue-flatpickr-component": "^8.1.3",
|
||||||
"vue-image-lightbox": "^7.1.3",
|
"vue-image-lightbox": "^7.1.3",
|
||||||
|
"vue-loading-overlay": "^3.2.0",
|
||||||
"vue-router": "^3.1.3",
|
"vue-router": "^3.1.3",
|
||||||
"vue2-transitions": "^0.3.0"
|
"vue2-transitions": "^0.3.0"
|
||||||
},
|
},
|
||||||
@ -52,22 +57,14 @@
|
|||||||
"@vue/cli-plugin-eslint": "^3.11.0",
|
"@vue/cli-plugin-eslint": "^3.11.0",
|
||||||
"@vue/cli-service": "^3.11.0",
|
"@vue/cli-service": "^3.11.0",
|
||||||
"@vue/eslint-config-prettier": "^4.0.1",
|
"@vue/eslint-config-prettier": "^4.0.1",
|
||||||
"axios": "^0.21",
|
|
||||||
"babel-plugin-component": "^1.1.0",
|
"babel-plugin-component": "^1.1.0",
|
||||||
"bootstrap": "^4.0.0",
|
|
||||||
"cross-env": "^5.2.1",
|
"cross-env": "^5.2.1",
|
||||||
"jquery": "^3.4.1",
|
|
||||||
"laravel-mix": "^4.1.4",
|
"laravel-mix": "^4.1.4",
|
||||||
"lodash": "^4.17.15",
|
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
"popper.js": "^1.12",
|
|
||||||
"resolve-url-loader": "^2.3.1",
|
"resolve-url-loader": "^2.3.1",
|
||||||
"sass": "^1.22.12",
|
"sass": "^1.22.12",
|
||||||
"sass-loader": "^7.3.1",
|
"sass-loader": "^7.3.1",
|
||||||
"vue": "^2.5.17",
|
"vue-template-compiler": "^2.6.10"
|
||||||
"vue-loading-overlay": "^3.2.0",
|
|
||||||
"vue-template-compiler": "^2.6.10",
|
|
||||||
"vue2-transitions": "^0.3.0"
|
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user