Skip to content

Commit

Permalink
updage front modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Jan 12, 2022
2 parents e9003b4 + 16cd540 commit 0d1b51e
Show file tree
Hide file tree
Showing 2 changed files with 1,359 additions and 295 deletions.
71 changes: 41 additions & 30 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,49 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@braintree/sanitize-url": "^5.0.2",
"axios": "^0.24.0",
"core-js": "^3.19.3",
"json-data-convert-file": "^1.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"sweetalert2": "^11.3.0",
"typeface-roboto": "^1.1.13",
"vue": "^2.6.14",
"vue-axios": "^3.4.0",
"vue-clamp": "^0.4.0",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.3",
"vue-session": "^1.0.0",
"vuetify": "^2.6.1",
"vuetify-confirm": "^2.0.6",
"vuex": "^3.6.2"
"@sideway/address": "4.1.3",
"ansi-regex": "6.0.1",
"axios": "0.24.0",
"core-js": "3.20.1",
"fsevents": "2.3.2",
"glob-parent": "5.1.2",
"i": "0.3.7",
"joi": "^17.5.0",
"json-data-convert-file": "1.0.1",
"jwt-decode": "3.1.2",
"lodash": "4.17.21",
"npm": "8.3.0",
"nth-check": "2.0.1",
"string-width": "5.0.1",
"strip-ansi": "7.0.1",
"svgo": "2.8.0",
"sweetalert2": "11.3.1",
"typeface-roboto": "1.1.13",
"vue": "2.6.14",
"vue-axios": "3.4.0",
"vue-clamp": "0.4.0",
"vue-moment": "4.1.0",
"vue-router": "3.5.3",
"vue-session": "1.0.0",
"vuetify": "2.6.2",
"vuetify-confirm": "2.0.6",
"vuex": "3.6.2",
"wrap-ansi": "8.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "^6.5.95",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.1.0",
"cache-loader": "^4.1.0",
"eslint-plugin-vue": "^8.2.0",
"sass": "~1.32.12",
"sass-loader": "^10.1.0",
"vue-cli-plugin-vuetify": "^2.4.5",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
"@fortawesome/fontawesome-free": "5.15.4",
"@mdi/font": "6.5.95",
"@vue/cli-plugin-eslint": "4.5.15",
"@vue/cli-plugin-router": "4.5.15",
"@vue/cli-service": "4.5.15",
"babel-eslint": "10.1.0",
"cache-loader": "4.1.0",
"eslint-plugin-vue": "8.2.0",
"sass": "1.32.12",
"sass-loader": "10.1.0",
"vue-cli-plugin-vuetify": "2.4.5",
"vue-template-compiler": "2.6.14",
"vuetify-loader": "1.7.3"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit 0d1b51e

Please sign in to comment.