-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 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
{
"name": "vue2-leaflet-height-graph",
"version": "0.3.2",
"description": "Leaflet.Heightgraph plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletHeightGraph.umd.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production --target lib --name Vue2LeafletHeightGraph src/Vue2LeafletHeightGraph.vue",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GIScience/vue2-leaflet-height-graph.git"
},
"keywords": [
"vue",
"leaflet",
"vue2-leaflet",
"heightgraph",
"elevation",
"profile",
"height"
],
"author": "[email protected]",
"contributors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/GIScience/vue2-leaflet-height-graph/issues"
},
"bundleDependencies": false,
"homepage": "https://github.com/GIScience/vue2-leaflet-height-graph#readme",
"peerDependencies": {
"@types/leaflet": "^1.5.17",
"leaflet": "^1.5.7",
"vue2-leaflet": "^2.5.2"
},
"dependencies": {
"leaflet.heightgraph": "^1.3.2",
"current-script-polyfill": "^1.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.5.17",
"@vue/cli": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^3.12.1",
"@vue/cli-service-global": "^4.4.6",
"leaflet": "^1.6.0",
"vue-template-compiler": "^2.6.11",
"vue2-leaflet": "^2.5.2",
"webpack-node-externals": "^1.7.2"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2019
}
}
}