-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "yesoreyeram-boomtheme-panel",
"version": "0.3.0",
"description": "Themes for Grafana",
"main": "dist/module.js",
"author": "Sriramajeyam Sugumaran",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel.git"
},
"keywords": [
"grafana",
"plugin",
"panel",
"theme"
],
"bugs": {
"url": "https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel/issues"
},
"homepage": "https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel#readme",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"sign": "grafana-toolkit plugin:sign",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"dependencies": {
"@grafana/data": "7.5.1",
"@grafana/runtime": "7.5.1",
"@grafana/ui": "7.5.1",
"lodash": "^4.17.21",
"react-style-tag": "^2.0.4"
},
"devDependencies": {
"@grafana/toolkit": "7.5.1"
}
}