forked from opendistro-for-elasticsearch/trace-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "opendistro-trace-analytics-kibana",
"version": "1.13.2.0",
"kibana": {
"version": "7.10.2",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
"scripts": {
"kbn": "node ../../scripts/kbn",
"lint": "eslint .",
"test:cypress": "cypress run",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"build": "yarn plugin-helpers build"
},
"dependencies": {
"plotly.js-dist": "^1.57.1",
"react-graph-vis": "^1.0.5",
"react-plotly.js": "^2.4.0"
},
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/react-plotly.js": "^2.2.4",
"@types/react-test-renderer": "^16.9.1",
"cypress": "^5.0.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"jest-dom": "^4.0.0"
},
"engines": {
"node": "10.23.1",
"yarn": "^1.21.1"
},
"resolutions": {
"lodash": "^4.17.21"
}
}