forked from grafana/grafana-json-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "marcusolsson-json-datasource",
"version": "1.3.1",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
"json"
],
"license": "Apache-2.0",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign"
},
"homepage": "https://grafana.com/plugins/marcusolsson-json-datasource",
"bugs": "https://github.com/marcusolsson/grafana-json-datasource/issues",
"repository": "github:marcusolsson/grafana-json-datasource",
"author": {
"name": "Marcus Olsson",
"email": "[email protected]",
"url": "https://marcus.se.net"
},
"dependencies": {
"dayjs": "^1.10.4",
"jsonata": "^1.8.5",
"jsonpath-plus": "^6.0.1",
"memory-cache": "^0.2.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@emotion/core": "10.0.27",
"@grafana/data": "8.3.4",
"@grafana/runtime": "8.3.4",
"@grafana/toolkit": "8.3.4",
"@grafana/ui": "8.3.4",
"@testing-library/jest-dom": "5.4.0",
"@testing-library/react": "^10.0.2",
"@types/lodash": "^4.14.168",
"@types/memory-cache": "^0.2.1",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"emotion": "10.0.27",
"react-virtualized-auto-sizer": "^1.0.4"
},
"engines": {
"node": ">=14"
}
}