forked from vertica/vertica-grafana-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.53 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
50
51
52
{
"name": "vertica-grafana-plugin",
"version": "2.0.0",
"description": "Data source for Vertica and compatible databases",
"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",
"start": "yarn watch"
},
"author": "Micro Focus",
"license": "Apache-2.0",
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@grafana/data": "7.5.8",
"@grafana/runtime": "7.5.8",
"@grafana/toolkit": "7.5.8",
"@grafana/ui": "7.5.8",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.2.7",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "26.0.15",
"@types/lodash": "latest",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^35.0.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "26.6.3",
"prettier": "^2.2.1",
"ts-jest": "26.4.4",
"ts-loader": "8.0.4",
"tslib": "^2.2.0",
"typescript": "4.1.2"
},
"resolutions": {
"rxjs": "6.6.3"
},
"engines": {
"node": ">=14"
}
}