-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "grafana-labs-geotrack-panel",
"version": "1.0.0",
"description": "View details about your gps aware tracks in Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "Stephanie Closson",
"license": "Apache-2.0",
"devDependencies": {
"@danmarshall/deckgl-typings": "4.9.15",
"@deck.gl/aggregation-layers": "8.7.0",
"@deck.gl/carto": "8.7.0",
"@deck.gl/geo-layers": "8.7.0",
"@deck.gl/layers": "8.7.0",
"@deck.gl/react": "8.7.0",
"@grafana/data": "latest",
"@grafana/toolkit": "latest",
"@grafana/ui": "^8.4.3",
"deck.gl": "8.7.0",
"emotion": "10.0.27",
"react-map-gl": "6.1.19",
"react-scripts": "5.0.0",
"react-json-view": "1.21.3"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"turf": "^3.0.14"
}
}