forked from netsage-project/netsage-sankey-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 940 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
35
36
{
"name": "netsage-sankey-panel",
"version": "1.0.6",
"description": "Sankey Panel Plugin for Grafana",
"license": "Apache-2.0",
"repository": "https://github.com/netsage-project/netsage-sankey-panel",
"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": {
"name": "NetSage",
"email": "khturner2@es.net"
},
"dependencies": {
"d3": ">=7.0.0 <8.0.0",
"d3-sankey": "0.12.3",
"tslib": "^2.3.1",
"grafana-plugin-support": "latest"
},
"devDependencies": {
"@grafana/data": "8.0.6",
"@grafana/toolkit": "8.0.6",
"@grafana/ui": "8.0.6",
"@types/d3": "7.0.0",
"@types/d3-sankey": "0.11.2",
"emotion": "11.0.0"
},
"engines": {
"node": ">=14"
}
}