54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@fawmi/vue-google-maps",
|
|
"description": "Google Map components for Vue.js 3",
|
|
"version": "0.9.4",
|
|
"private": false,
|
|
"main": "src/main.js",
|
|
"keywords": [
|
|
"Vue",
|
|
"Vue.js",
|
|
"Google Maps",
|
|
"Vue 3 Google maps"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/fawmi/vue-google-maps/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "node service/commands/build.js",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/runtime": "^7.15.4",
|
|
"core-js": "^3.18.2",
|
|
"vue": "^3.2.20",
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^6.4.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
"eslint-webpack-plugin": "^3.0.1",
|
|
"mini-css-extract-plugin": "^2.4.2",
|
|
"rimraf": "^3.0.2",
|
|
"style-loader": "^3.3.0",
|
|
"vue-eslint-parser": "^7.11.0",
|
|
"vue-loader": "^16.7.1",
|
|
"vue-style-loader": "^4.1.3",
|
|
"webpack": "^5.58.1"
|
|
},
|
|
"bundleDependencies": false,
|
|
"homepage": "https://vue-map.netlify.app/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fawmi/vue-google-maps.git"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"@googlemaps/markerclustererplus": "^1.2.3"
|
|
}
|
|
}
|