forked from grafadruid/druid-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 790 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
{
"name": "druid-grafana",
"version": "1.3.0",
"description": "Connects Grafana to Druid",
"scripts": {
"fmt": "prettier -uw '**/*'",
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "Grafadruid",
"license": "Apache-2.0",
"devDependencies": {
"@emotion/css": "^11.7.1",
"@grafana/data": "8.4.3",
"@grafana/runtime": "8.4.3",
"@grafana/toolkit": "8.4.3",
"@grafana/ui": "8.4.3",
"@types/lodash": "latest",
"@types/react-datepicker": "^4.3.4",
"ace-builds": "^1.4.14",
"react-ace": "^9.5.0",
"react-datepicker": "^4.7.0",
"tslib": "^2.1.0"
},
"engines": {
"node": ">=14"
}
}