forked from mesak/grafana-imagesave-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 892 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
{
"name": "mesak-imagesave-panel",
"version": "1.0.3",
"description": "Image Save Panel Plugin for 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": "Mesak",
"license": "MIT",
"devDependencies": {
"@grafana/toolkit": "7.5.17",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/node": "13.7.0",
"@types/react": "17.0",
"@types/react-dom": "17.0"
},
"dependencies": {
"@grafana/data": "^7.5",
"@grafana/runtime": "7.5",
"@grafana/ui": "^7.5",
"react": "^17.0",
"react-dom": "^17.0",
"tslib": "2.5.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
}
}