forked from alexandrainst/alexandra-trackmap-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "alexandra-trackmap-panel",
"version": "2.3.0",
"description": "A map plugin to visualise GPS data as markers, hexbin, ant path, or heatmap",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "Alexandra Institute",
"license": "MIT",
"devDependencies": {
"@grafana/data": "^9.3.0-beta1",
"@grafana/runtime": "^9.3.0-beta1",
"@grafana/toolkit": "^9.3.0-beta1",
"@grafana/ui": "^9.3.0-beta1",
"@types/d3": "^5.16.4",
"@types/d3-hexbin": "^0.2.3",
"@types/geojson": "^7946.0.8",
"@types/leaflet": "^1.7.6",
"@types/react-leaflet": "^2.8.1",
"@types/styled-components": "^5.1.16",
"@types/react-html-parser": "^2.0.2",
"typescript": "4.0.2",
"emotion": "10.0.27"
},
"engines": {
"node": ">=12 <13"
},
"dependencies": {
"d3": "^5.16.0",
"d3-hexbin": "^0.2.2",
"leaflet": "^1.6.0",
"leaflet-ant-path": "^1.3.0",
"prop-types": "^15.7.2",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-leaflet": "^2.8.0",
"react-leaflet-ant-path": "^1.1.0",
"react-leaflet-d3": "^2.0.0",
"react-leaflet-heatmap-layer": "^2.0.0",
"styled-components": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/alexandrainst/alexandra-trackmap-panel"
}
}