This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "grafana-es-open-distro-datasource",
"version": "1.0.3",
"description": "",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/aws-sdk": "0.0.3",
"@grafana/data": "7.5.2",
"@grafana/eslint-config": "^2.3.0",
"@grafana/runtime": "7.5.2",
"@grafana/toolkit": "7.5.2",
"@grafana/ui": "7.5.2",
"@reduxjs/toolkit": "1.3.4",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.2",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^12.1.3",
"@types/enzyme": "3.10.5",
"@types/jest": "26.0.15",
"@types/lodash": "latest",
"@types/prismjs": "1.16.5",
"@types/react": "16.9.9",
"@types/react-test-renderer": "16.9.2",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.3.1",
"enzyme": "3.11.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-jsdoc": "28.6.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.1.2",
"jest": "26.6.3",
"prettier": "1.19.1",
"prismjs": "1.23.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-use": "13.27.0",
"request-promise-native": "^1.0.9",
"terser-webpack-plugin": "2.3.5",
"ts-jest": "26.4.4",
"ts-loader": "8.0.4",
"ts-node": "9.0.0",
"tslib": "2.1.0",
"typescript": "4.1.2"
},
"engines": {
"node": ">=12"
},
"resolutions": {
"rxjs": "6.6.3"
},
"dependencies": {}
}