forked from PhaedrusTheGreek/transform_vis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (49 loc) · 1.42 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
{
"name": "transform_vis",
"version": "7.12.1",
"description": "Transform Visualization",
"main": "index.js",
"kibana": {
"version": "7.12.1",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
"keywords": [
"kibana",
"transform_vis",
"plugin"
],
"scripts": {
"kbn": "node ../../scripts/kbn",
"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": {
"@elastic/eui": "29.3.2",
"@types/babel__standalone": "^7.1.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^24.0.2",
"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"
}
}