-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "ae3e-webapi-datasource",
"version": "0.2.1",
"description": "Web API datasource",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev -w"
},
"author": "ae3e",
"license": "MIT",
"dependencies": {
"@emotion/core": "10.0.27",
"emotion": "10.0.27",
"handlebars": "^4.1.2",
"react-virtualized-auto-sizer": "^1.0.5"
},
"devDependencies": {
"@babel/preset-env": "7.5.5",
"@grafana/data": "8.0.3",
"@grafana/runtime": "8.0.3",
"@grafana/toolkit": "8.0.3",
"@grafana/ui": "8.0.3",
"@types/lodash": "^4.14.135"
},
"resolutions": {
"@babel/preset-env": "7.5.5"
}
}