forked from stagemonitor/stagemonitor-kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.template6
38 lines (38 loc) · 1.09 KB
/
package.json.template6
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": "stagemonitor-kibana",
"version": "0.3.0",
"description": "stagemonitor Kibana plugin",
"main": "index.js",
"kibana": {
"version": "@@VERSION@@",
"templateVersion": "8.0.0"
},
"scripts": {
"lint": "eslint **/*.js",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall",
"gather-info": "node gather-info.js"
},
"dependencies": {
"dagre-d3-webpack": "0.4.17",
"flat": "^4.0.0",
"jquery": ">=1.6"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.14.0",
"@elastic/eslint-import-resolver-kibana": "^0.9.0",
"@elastic/plugin-helpers": "^8.0.1",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.0.1",
"expect.js": "^0.3.1"
}
}