Add missing deps, fix errors from eslint

This commit is contained in:
Viktor Denisov
2022-12-16 11:14:19 -08:00
parent 2cba776dc8
commit 6fa827823c
21 changed files with 483 additions and 229 deletions

View File

@@ -27,17 +27,21 @@
"core-js": "^3.25.5",
"css-loader": "^6.7.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"vue": "^3.2.40",
"vue-eslint-parser": "^9.1.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.74.0"
"webpack": "^5.74.0",
"webpack-merge": "^5.8.0"
},
"homepage": "https://vue-google-maps-community-fork.netlify.app",
"license": "MIT",