forked from lguillaud/osd_transform_vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "transform_vis",
"version": "2.18.0",
"description": "Transform Visualization",
"main": "index.js",
"license": "Apache-2.0",
"keywords": [
"kibana",
"transform_vis",
"plugin"
],
"scripts": {
"osd": "node ../../scripts/osd",
"es": "node ../../scripts/es",
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"lint": "../../node_modules/.bin/eslint .",
"start": "node ../../scripts/plugin_helpers start --oss --no-watch",
"test:server": "node ../../scripts/plugin_helpers test:server",
"test:browser": "node ../../scripts/plugin_helpers test:browser"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@elastic/eui": "npm:@opensearch-project/[email protected]",
"@types/lodash": "^4.14.170",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.20.3",
"typescript": "4.0.2"
},
"dependencies": {
"@babel/standalone": "7.9.4",
"@webcomponents/shadydom": "^1.6.0",
"brace": "0.11.1",
"mustache": "^2.3.2",
"react-shadow": "^16.3.2",
"timefilter": "^1.0.0"
}
}