-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 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
35
{
"name": "vega-grafana",
"version": "0.0.1",
"description": "Add Vega graphs to your grafana dashboard",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": "[email protected]:schicks/vega-grafana",
"author": "Sam Schick",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/schicks/vega-grafana/issues"
},
"devDependencies": {
"@grafana/data": "7.0.1",
"@grafana/toolkit": "7.0.1",
"@grafana/ui": "7.0.1",
"emotion": "10.0.27"
},
"engines": {
"node": ">=12 <13"
},
"dependencies": {
"ace-builds": "^1.4.12",
"react-ace": "^9.1.3",
"react-vega": "^7.4.1",
"react-vega-lite": "^6.1.0",
"vega": "^5.14.0",
"vega-lib": "^4.4.0",
"vega-lite": "^4.14.1"
}
}