forked from marcusolsson/grafana-hourly-heatmap-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "grafana-hourly-heatmap-panel",
"version": "2.0.1",
"description": "An hourly heatmap panel plugin for Grafana",
"keywords": [
"grafana"
],
"license": "Apache-2.0",
"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://grafana.com/plugins/marcusolsson-hourly-heatmap-panel",
"bugs": "https://github.com/marcusolsson/grafana-hourly-heatmap-panel/issues",
"repository": "github:marcusolsson/grafana-hourly-heatmap-panel",
"author": {
"name": "Marcus Olsson",
"email": "[email protected]",
"url": "https://marcus.se.net"
},
"dependencies": {
"@tippyjs/react": "^4.1.0",
"grafana-plugin-support": "0.4.0",
"semver": "^7.3.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@emotion/core": "10.0.27",
"@grafana/data": "9.0.1",
"@grafana/runtime": "9.0.1",
"@grafana/toolkit": "9.0.1",
"@grafana/ui": "9.0.1",
"@testing-library/react": "^10.0.4",
"@types/d3": "^5.7.2",
"emotion": "10.0.27"
},
"engines": {
"node": ">=14"
}
}