forked from jdbranham/grafana-diagram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "grafana-diagram",
"version": "1.7.1",
"description": "Display diagrams and charts in Grafana with colored metric indicators",
"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"
},
"homepage": "https://github.com/jdbranham/grafana-diagram#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jdbranham/grafana-diagram.git"
},
"author": "Jeremy Branham <[email protected]> (https://github.com/jdbranham)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jdbranham/grafana-diagram/issues",
"email": "[email protected]"
},
"devDependencies": {
"@grafana/data": "7.3.7",
"@grafana/toolkit": "7.3.7",
"@grafana/ui": "7.3.7",
"@types/d3": "^5.7.2",
"@types/lodash": "^4.14.161",
"@types/mermaid": "^8.2.1",
"emotion": "10.0.27"
},
"peerDependencies": {
"lodash": "^4.17.11"
},
"dependencies": {
"mermaid": "^8.8.0"
},
"engines": {
"node": ">=14"
}
}