forked from fawmi/vue-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
"version": "0.9.66",
"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.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.2",
"@vue/compiler-sfc": "^3.2.31",
"babel-loader": "^8.2.3",
"core-js": "^3.21.1",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"eslint-webpack-plugin": "^3.1.1",
"mini-css-extract-plugin": "^2.5.3",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"vue": "^3.2.31",
"vue-eslint-parser": "^8.2.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.69.1"
},
"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/markerclusterer": "^2.0.3"
}
}