-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "rajsameer-vertica-datasource",
"version": "1.0.8",
"description": "vertica grafana data source sql",
"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"
},
"author": "rajsameer",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^8.0.1",
"@grafana/eslint-config": "^2.5.0",
"@grafana/runtime": "^8.0.1",
"@grafana/toolkit": "^8.0.1",
"@grafana/ui": "^8.0.1",
"@types/lodash": "^4.14.170",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0"
},
"resolutions": {
"rxjs": "6.6.3"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@codemirror/basic-setup": "^0.18.2",
"@codemirror/commands": "^0.18.3",
"@codemirror/lang-sql": "^0.18.0",
"@codemirror/state": "^0.18.7",
"@codemirror/view": "^0.18.17",
"@grafana/tsconfig": "^1.0.0-rc1",
"@types/node": "^15.12.2",
"emotion": "^11.0.0",
"tslib": "^2.2.0"
}
}