Commit 3ccc59c5 authored by Fawad Mirzad's avatar Fawad Mirzad
Browse files

Decrease list of dependencies

parent 2d1ec905
Loading
Loading
Loading
Loading
+1 −920

File changed.

Preview size limit exceeded, changes collapsed.

+1 −11
Original line number Diff line number Diff line
@@ -28,11 +28,7 @@
    "@babel/preset-env": "^7.12.13",
    "@vue/compiler-sfc": "^3.0.5",
    "babel-loader": "^8.2.2",
    "chalk": "^4.1.0",
    "copy-webpack-plugin": "^7.0.0",
    "css-loader": "^5.0.1",
    "dotenv": "^8.2.0",
    "dotenv-expand": "^5.1.0",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-formatter-friendly": "^7.0.0",
@@ -40,18 +36,12 @@
    "eslint-plugin-vue": "^7.5.0",
    "eslint-webpack-plugin": "^2.5.0",
    "mini-css-extract-plugin": "^1.3.5",
    "ora": "^5.3.0",
    "prettier": "2.2.1",
    "rimraf": "^3.0.2",
    "strip-ansi": "^6.0.0",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.1.1",
    "thread-loader": "^3.0.1",
    "vue-eslint-parser": "^7.4.1",
    "vue-loader": "^16.1.2",
    "vue-style-loader": "^4.1.2",
    "webpack": "^5.20.2",
    "webpack-merge": "^5.7.3"
    "webpack": "^5.20.2"
  },
  "bundleDependencies": false,
  "homepage": "https://vue-map.netlify.app/",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ npm install -S @fawmi/vue-google-maps
## Basic usage
You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key).

##Configure Vue to use the Components
### Configure Vue to use the Components

In your `main.js` or inside a Nuxt plugin: