|
|
@ -9,52 +9,52 @@ |
|
|
|
"lint": "vue-cli-service lint" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@sweetalert2/theme-bootstrap-4": "3.1.4", |
|
|
|
"@sweetalert2/theme-bootstrap-4": "^3.1.4", |
|
|
|
"@types/vuelidate": "^0.7.13", |
|
|
|
"@wailsapp/runtime": "1.0.11", |
|
|
|
"babel-helper-vue-jsx-merge-props": "2.0.3", |
|
|
|
"bootstrap": "4.4.1", |
|
|
|
"chartist": "0.11.4", |
|
|
|
"core-js": "2.6.11", |
|
|
|
"es6-promise": "4.2.8", |
|
|
|
"idle-vue": "2.0.5", |
|
|
|
"jquery": "3.5.0", |
|
|
|
"popper.js": "1.16.1", |
|
|
|
"@wailsapp/runtime": "^1.0.11", |
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3", |
|
|
|
"bootstrap": "^4.4.1", |
|
|
|
"chartist": "^0.11.4", |
|
|
|
"core-js": "^2.6.11", |
|
|
|
"es6-promise": "^4.2.8", |
|
|
|
"idle-vue": "^2.0.5", |
|
|
|
"jquery": "^3.5.0", |
|
|
|
"popper.js": "^1.16.1", |
|
|
|
"sass": "^1.80.6", |
|
|
|
"sass-loader": "8.0.2", |
|
|
|
"serialize-javascript": "2.1.2", |
|
|
|
"sweetalert2": "9.10.12", |
|
|
|
"update": "0.7.4", |
|
|
|
"vue": "2.6.11", |
|
|
|
"vue-clickaway": "2.2.2", |
|
|
|
"vue-js-toggle-button": "1.3.3", |
|
|
|
"vue-loading-spinner": "1.0.11", |
|
|
|
"vue-notifyjs": "0.4.3", |
|
|
|
"vue-progressbar": "0.7.5", |
|
|
|
"vue-router": "3.1.6", |
|
|
|
"vue-select": "3.10.3", |
|
|
|
"vue-spinner": "1.0.3", |
|
|
|
"vue-spinner-component": "1.0.5", |
|
|
|
"vuelidate": "0.7.5", |
|
|
|
"vuex": "3.1.3", |
|
|
|
"webpack": "4.42.0", |
|
|
|
"sass-loader": "^8.0.2", |
|
|
|
"serialize-javascript": "^2.1.2", |
|
|
|
"sweetalert2": "^9.10.12", |
|
|
|
"update": "^0.7.4", |
|
|
|
"vue": "^2.6.11", |
|
|
|
"vue-clickaway": "^2.2.2", |
|
|
|
"vue-js-toggle-button": "^1.3.3", |
|
|
|
"vue-loading-spinner": "^1.0.11", |
|
|
|
"vue-notifyjs": "^0.4.3", |
|
|
|
"vue-progressbar": "^0.7.5", |
|
|
|
"vue-router": "^3.1.6", |
|
|
|
"vue-select": "^3.10.3", |
|
|
|
"vue-spinner": "^1.0.3", |
|
|
|
"vue-spinner-component": "^1.0.5", |
|
|
|
"vuelidate": "^0.7.5", |
|
|
|
"vuex": "^3.1.3", |
|
|
|
"webpack": "^4.42.0", |
|
|
|
"yarn": "^1.22.4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@vue/cli-plugin-babel": "3.12.1", |
|
|
|
"@vue/cli-plugin-eslint": "3.12.1", |
|
|
|
"@vue/cli-service": "4.3.1", |
|
|
|
"acorn": "6.4.1", |
|
|
|
"babel-eslint": "10.1.0", |
|
|
|
"eslint": "5.8.0", |
|
|
|
"eslint-plugin-vue": "5.0.0", |
|
|
|
"eventsource-polyfill": "0.9.6", |
|
|
|
"json-loader": "0.5.7", |
|
|
|
"kind-of": "6.0.3", |
|
|
|
"minimist": "1.2.3", |
|
|
|
"prerender-spa-plugin": "3.4.0", |
|
|
|
"vue-template-compiler": "2.6.11", |
|
|
|
"webpack-hot-middleware": "2.24.3" |
|
|
|
"@vue/cli-plugin-babel": "^3.12.1", |
|
|
|
"@vue/cli-plugin-eslint": "^3.12.1", |
|
|
|
"@vue/cli-service": "^4.3.1", |
|
|
|
"acorn": "^6.4.1", |
|
|
|
"babel-eslint": "^10.1.0", |
|
|
|
"eslint": "^5.8.0", |
|
|
|
"eslint-plugin-vue": "^5.0.0", |
|
|
|
"eventsource-polyfill": "^0.9.6", |
|
|
|
"json-loader": "^0.5.7", |
|
|
|
"kind-of": "^6.0.3", |
|
|
|
"minimist": "^1.2.3", |
|
|
|
"prerender-spa-plugin": "^3.4.0", |
|
|
|
"vue-template-compiler": "^2.6.11", |
|
|
|
"webpack-hot-middleware": "^2.24.3" |
|
|
|
}, |
|
|
|
"eslintConfig": { |
|
|
|
"root": true, |
|
|
|