-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
34 lines (34 loc) · 903 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": "vonage-status-panel",
"private": true,
"version": "2.0.0",
"description": "Status Panel 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",
"serve": "/run.sh",
"start": "concurrently --kill-others \"yarn watch\" \"yarn serve\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/Grafana_Status_panel.git"
},
"author": "Vonage",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "~7.0.0",
"@grafana/toolkit": "~7.0.0",
"@grafana/ui": "~7.0.0",
"@types/lodash": "^4.14.183",
"concurrently": "^7.3.0"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"react-card-flip": "^1.1.5"
}
}