-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
45 lines (45 loc) · 1.52 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
{
"name": "kibana-comments-app-plugin",
"version": "7.9.1",
"description": "An application plugin to add and manage comments to your Kibana dashboards",
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
},
"scripts": {
"preinstall": "node ../../preinstall_check",
"kbn": "node ../../scripts/kbn",
"es": "node ../../scripts/es",
"lint": "../../node_modules/.bin/eslint .",
"start": "../../node_modules/.bin/plugin-helpers start --oss --no-watch",
"test:server": "../../node_modules/.bin/plugin-helpers test:server",
"test:browser": "../../node_modules/.bin/plugin-helpers test:browser",
"build": "../../node_modules/.bin/plugin-helpers build"
},
"devDependencies": {
"typescript": "3.9.5",
"@elastic/eslint-config-kibana": "link:../../packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "^0.9.0",
"@kbn/plugin-helpers": "link:../../packages/kbn-plugin-helpers",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.12.4",
"expect.js": "^0.3.1"
},
"dependencies": {
"@elastic/eui": "14.4.0",
"angular-datatables": "^0.5.7",
"axios": "^0.21.1",
"boom": "^5.2.0",
"joi": "^10.6.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"superagent": "^3.5.2",
"wreck": "^12.2.2"
}
}