-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.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": "geeksrus-mqtt-panel",
"version": "1.0.7-1",
"description": "A panel to enable grafana to fulfil simple control tasks via MQTT",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "geeks-r-us",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "7.2.0",
"@grafana/runtime": "7.2.0",
"@grafana/toolkit": "^7.5.6",
"@grafana/ui": "7.2.0",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/jquery": "^3.3.34",
"@types/paho-mqtt": "^1.0.4"
},
"dependencies": {
"angular": "^1.8.0",
"jquery": "^3.5.1",
"jsonata": "^1.8.4",
"mqtt": "^4.2.1"
},
"resolutions": {
"@babel/preset-env": "7.9.0"
},
"engines": {
"node": ">=14"
}
}