generated from grafana/grafana-starter-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 2.05 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
62
63
64
{
"name": "traceroute-map-panel",
"version": "0.3.0",
"description": "📍🗺️ Visualize traceroute paths on a map in a Grafana panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"ci": "grafana-toolkit plugin:ci-build",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch",
"lint": "eslint -c node_modules/@grafana/toolkit/src/config/eslint.plugin.json src --ext js,jsx,ts,tsx"
},
"repository": "github:gowee/traceroute-map-panel",
"author": "Hung-I Wang <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gowee/traceroute-map-panel/issues",
"email": "[email protected]"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@grafana/data": "^7.4.0",
"@grafana/toolkit": "^7.4.0",
"@grafana/ui": "^7.4.0",
"@mdx-js/loader": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"babel-loader": "^8.2.2",
"ts-transformer-keys": "^0.4.1"
},
"resolutions": {
"is-promise": "2.2.2",
"typescript": "3.8"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@elfalem/leaflet-curve": "^0.7.0",
"@freder/bezier-spline": "^0.2.4",
"@grafana/eslint-config": "^2.2.0",
"@types/ip-address": "^6.0.0",
"@types/leaflet-curve": "^0.1.2",
"@types/lodash": "^4.14.150",
"@types/lru-cache": "^5.1.0",
"@types/react-highlight": "^0.12.2",
"@types/react-leaflet": "^2.5.1",
"@types/react-leaflet-markercluster": "^2.0.0",
"async-sema": "^3.1.0",
"bezier-spline": "^2.0.0",
"ip-address": "^6.0.0",
"leaflet": "^1.6.0",
"leaflet-ant-path": "^1.3.0",
"leaflet-defaulticon-compatibility": "^0.1.1",
"react-highlight": "^0.12.0",
"react-leaflet": "^2.6.3",
"react-leaflet-ant-path": "^1.1.0",
"react-leaflet-control": "^2.1.2",
"react-leaflet-markercluster": "^2.0.0",
"ts-custom-error": "^3.2.0",
"tslib": "^2.1.0"
}
}