forked from NathanAP/vue-google-maps-community-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
{
"name": "vue-google-maps-community-fork",
"description": "Google Maps components for VueJS 3 maintained by the community",
"version": "0.3.1",
"private": false,
"main": "src/main.js",
"keywords": [
"Vue",
"Vue.js",
"Google Maps",
"Vue 3 Google maps"
],
"bugs": {
"url": "https://github.com/NathanAP/vue-google-maps-community-fork/issues"
},
"scripts": {
"build": "node service/commands/build.js",
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/runtime": "^7.19.4",
"@vue/compiler-sfc": "^3.2.40",
"babel-loader": "^8.2.5",
"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-merge": "^5.8.0"
},
"homepage": "https://vue-google-maps-community-fork.netlify.app",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NathanAP/vue-google-maps-community-fork.git"
},
"types": "types/index.d.ts",
"dependencies": {
"@googlemaps/markerclusterer": "^2.0.3"
},
"directories": {
"doc": "docs",
"test": "test"
},
"author": "Nathan A Paludo"
}