forked from grafadruid/druid-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 792 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.4.1",
"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.10.0",
"@grafana/data": "9.1.6",
"@grafana/runtime": "9.1.6",
"@grafana/toolkit": "9.1.6",
"@grafana/ui": "9.1.6",
"@types/lodash": "latest",
"@types/react-datepicker": "^4.4.2",
"ace-builds": "^1.11.2",
"react-ace": "^10.1.0",
"react-datepicker": "^4.8.0",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16"
}
}