-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 900 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
{
"name": "kiotlog-beicavie-panel",
"version": "1.0.0",
"description": "Kiotlog Beicavie Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiotlog/kiotlog-beicavie-panel.git"
},
"author": "Francesco Varano <francesco@trampolineup.com> (https://trampolineup.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kiotlog/kiotlog-beicavie-panel/issues",
"email": "team@trampolineup.com"
},
"devDependencies": {
"@grafana/data": "^8.0.3",
"@grafana/toolkit": "^8.0.3",
"@grafana/ui": "^8.0.3",
"@types/moment-timezone": "^0.5.30"
},
"dependencies": {
"axios": "^0.21.2",
"moment-timezone": "^0.5.35"
}
}