forked from grafana-toolbox/panodata-map-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 844 Bytes
/
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
{
"name": "panodata-map-panel",
"version": "0.16.0",
"description": "Panodata Map Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"keywords": [
"grafana",
"map",
"panel",
"plugin",
"worldmap",
"leaflet"
],
"author": "Grafana Labs, The Panodata Developers",
"license": "AGPL-3.0-only",
"devDependencies": {
"@grafana/e2e": "^7.3.1",
"@grafana/toolkit": "^7.3.1",
"@types/grafana": "https://github.com/CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.165",
"@types/moment": "^2.13.0",
"@types/leaflet": "^1.5.19"
},
"dependencies": {
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"leaflet": "^1.7.1"
}
}