forked from grafana/azure-data-explorer-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "grafana-azure-data-explorer-datasource",
"version": "3.6.1",
"description": "Grafana data source for Azure Data Explorer",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "jest --notify --watch",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign"
},
"author": "Grafana Labs",
"license": "Apache",
"devDependencies": {
"@emotion/core": "^11.0.0",
"@grafana/data": "8.2.6",
"@grafana/e2e": "8.2.6",
"@grafana/runtime": "8.2.6",
"@grafana/toolkit": "8.2.6",
"@grafana/ui": "8.2.6",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.9",
"@types/angular": "1.6.49",
"@types/chance": "^1.1.2",
"@types/debounce-promise": "^3.1.2",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.158",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"chance": "^1.1.7",
"emotion": "^11.0.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"monaco-editor": "0.17.0",
"ts-jest": "^26.4.3"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"debounce-promise": "^3.1.2",
"react-select-event": "^5.2.0",
"react-use": "^15.3.3",
"tslib": "^2.3.1"
}
}