|
@@ -18,50 +18,47 @@
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"axios": "^0.19.0",
|
|
"axios-progress-bar": "^1.2.0",
|
|
"axios-progress-bar": "^1.2.0",
|
|
- "bootstrap": "^4.3.1",
|
|
|
|
- "core-js": "^3.3.2",
|
|
|
|
- "element-ui": "^2.12.0",
|
|
|
|
|
|
+ "bootstrap": "^4.5.0",
|
|
|
|
+ "core-js": "^3.6.5",
|
|
|
|
+ "element-ui": "^2.13.2",
|
|
"js-cookie": "^2.2.1",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash-es": "^4.17.15",
|
|
"lodash-es": "^4.17.15",
|
|
- "moment": "^2.24.0",
|
|
|
|
- "register-service-worker": "^1.6.2",
|
|
|
|
- "vue": "^2.6.10",
|
|
|
|
- "vue-awesome": "^3.5.4",
|
|
|
|
|
|
+ "moment": "^2.26.0",
|
|
|
|
+ "register-service-worker": "^1.7.1",
|
|
|
|
+ "vue": "^2.6.11",
|
|
|
|
+ "vue-awesome": "^4.0.2",
|
|
"vue-navigation": "^1.1.4",
|
|
"vue-navigation": "^1.1.4",
|
|
- "vue-router": "^3.1.3",
|
|
|
|
- "vuex": "^3.1.1",
|
|
|
|
- "vuex-persistedstate": "^2.6.0"
|
|
|
|
|
|
+ "vue-router": "^3.2.0",
|
|
|
|
+ "vuex": "^3.4.0",
|
|
|
|
+ "vuex-persistedstate": "^3.0.1"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@babel/plugin-proposal-optional-chaining": "^7.6.0",
|
|
|
|
- "@vue/cli-plugin-babel": "^4.0.5",
|
|
|
|
- "@vue/cli-plugin-eslint": "^4.0.5",
|
|
|
|
- "@vue/cli-plugin-pwa": "^4.0.5",
|
|
|
|
- "@vue/cli-plugin-router": "^4.0.5",
|
|
|
|
- "@vue/cli-plugin-unit-jest": "^4.0.5",
|
|
|
|
- "@vue/cli-plugin-vuex": "^4.0.5",
|
|
|
|
- "@vue/cli-service": "^4.0.5",
|
|
|
|
- "@vue/eslint-config-prettier": "^5.0.0",
|
|
|
|
- "@vue/test-utils": "^1.0.0-beta.29",
|
|
|
|
- "babel-eslint": "^10.0.3",
|
|
|
|
- "babel-jest": "^24.9.0",
|
|
|
|
- "babel-plugin-import": "^1.12.2",
|
|
|
|
- "eslint": "^5.16.0",
|
|
|
|
|
|
+ "@vue/cli-plugin-babel": "^4.3.1",
|
|
|
|
+ "@vue/cli-plugin-eslint": "^4.3.1",
|
|
|
|
+ "@vue/cli-plugin-pwa": "^4.3.1",
|
|
|
|
+ "@vue/cli-plugin-router": "^4.3.1",
|
|
|
|
+ "@vue/cli-plugin-unit-jest": "^4.3.1",
|
|
|
|
+ "@vue/cli-plugin-vuex": "^4.3.1",
|
|
|
|
+ "@vue/cli-service": "^4.3.1",
|
|
|
|
+ "@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
+ "@vue/test-utils": "^1.0.0-beta.31",
|
|
|
|
+ "babel-eslint": "^10.1.0",
|
|
|
|
+ "eslint": "^6.7.2",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
- "eslint-plugin-vue": "^5.2.2",
|
|
|
|
- "lint-staged": "^9.4.2",
|
|
|
|
- "prettier": "^1.18.2",
|
|
|
|
- "sass": "^1.19.0",
|
|
|
|
- "sass-loader": "^8.0.0",
|
|
|
|
|
|
+ "eslint-plugin-vue": "^6.2.2",
|
|
|
|
+ "lint-staged": "^10.2.4",
|
|
|
|
+ "prettier": "^1.19.1",
|
|
|
|
+ "sass": "^1.26.3",
|
|
|
|
+ "sass-loader": "^8.0.2",
|
|
"vue-cli-plugin-axios": "0.0.4",
|
|
"vue-cli-plugin-axios": "0.0.4",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
- "vue-template-compiler": "^2.6.10"
|
|
|
|
|
|
+ "vue-template-compiler": "^2.6.11"
|
|
},
|
|
},
|
|
"gitHooks": {
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
},
|
|
"lint-staged": {
|
|
"lint-staged": {
|
|
- "*.{js,vue}": [
|
|
|
|
|
|
+ "*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
"git add"
|
|
]
|
|
]
|