aboutsummaryrefslogtreecommitdiff
path: root/x-pack/package.json
blob: 936d446f1b14cd43453a85a85dca754eab48d443 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
  "name": "x-pack",
  "version": "7.0.0-alpha1",
  "author": "Elastic",
  "private": true,
  "license": "Elastic-License",
  "scripts": {
    "preinstall": "node ../preinstall_check",
    "kbn": "node ../scripts/kbn",
    "start": "gulp dev",
    "build": "gulp build",
    "lint": "gulp lint",
    "lintroller": "gulp lint --fixLint",
    "testonly": "gulp testonly",
    "test": "gulp test",
    "test:browser:dev": "gulp testbrowser-dev",
    "test:browser": "gulp testbrowser",
    "test:server": "gulp testserver"
  },
  "kibana": {
    "build": {
      "intermediateBuildDirectory": "build/plugin/kibana/x-pack"
    }
  },
  "devDependencies": {
    "@kbn/dev-utils": "link:../packages/kbn-dev-utils",
    "@kbn/es": "link:../packages/kbn-es",
    "@kbn/plugin-helpers": "link:../packages/kbn-plugin-helpers",
    "@kbn/test": "link:../packages/kbn-test",
    "@types/jest": "^22.2.3",
    "abab": "^1.0.4",
    "ansicolors": "0.3.2",
    "aws-sdk": "2.2.33",
    "axios": "^0.18.0",
    "babel-jest": "^22.4.3",
    "chalk": "^2.3.2",
    "chance": "1.0.10",
    "checksum": "0.1.1",
    "commander": "2.12.2",
    "del": "2.2.0",
    "dotenv": "2.0.0",
    "enzyme": "3.2.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "3.3.1",
    "expect.js": "0.3.1",
    "gulp": "3.9.1",
    "gulp-load-plugins": "1.2.0",
    "gulp-mocha": "2.2.0",
    "gulp-rename": "1.2.2",
    "gulp-util": "3.0.7",
    "gulp-zip": "3.1.0",
    "hapi": "14.2.0",
    "jest": "^22.4.3",
    "jest-cli": "^22.4.3",
    "jest-styled-components": "^5.0.1",
    "mocha": "3.3.0",
    "mustache": "^2.3.0",
    "node-fetch": "^2.1.2",
    "pdf-image": "1.1.0",
    "pixelmatch": "4.0.2",
    "proxyquire": "1.7.11",
    "react-test-renderer": "^16.2.0",
    "redux-test-utils": "0.2.2",
    "rsync": "0.4.0",
    "run-sequence": "^2.2.1",
    "simple-git": "1.37.0",
    "sinon": "^5.0.7",
    "supertest": "3.0.0",
    "supertest-as-promised": "4.0.2",
    "tmp": "0.0.31",
    "tree-kill": "^1.1.0",
    "typescript": "^2.8.3",
    "vinyl-fs": "^3.0.2",
    "xml-crypto": "^0.10.1",
    "xml2js": "^0.4.19",
    "yargs": "4.7.1"
  },
  "dependencies": {
    "@elastic/eui": "0.0.49",
    "@elastic/node-crypto": "0.1.2",
    "@elastic/node-phantom-simple": "2.2.4",
    "@elastic/numeral": "2.3.2",
    "@kbn/datemath": "link:../packages/kbn-datemath",
    "@kbn/ui-framework": "link:../packages/kbn-ui-framework",
    "@slack/client": "^4.2.2",
    "angular-paging": "2.2.1",
    "angular-resource": "1.4.9",
    "angular-sanitize": "1.4.9",
    "angular-ui-ace": "0.2.3",
    "angular-ui-bootstrap": "1.2.5",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "bluebird": "3.1.1",
    "boom": "3.1.1",
    "brace": "0.10.0",
    "chrome-remote-interface": "0.24.2",
    "classnames": "2.2.5",
    "concat-stream": "1.5.1",
    "d3": "3.5.6",
    "d3-scale": "1.0.6",
    "dedent": "^0.7.0",
    "dragselect": "1.7.17",
    "elasticsearch": "13.0.1",
    "extract-zip": "1.5.0",
    "font-awesome": "4.4.0",
    "get-port": "2.1.0",
    "getos": "^3.1.0",
    "glob": "6.0.4",
    "hapi-auth-cookie": "6.1.1",
    "history": "4.7.2",
    "humps": "2.0.1",
    "icalendar": "0.7.1",
    "isomorphic-fetch": "2.2.1",
    "joi": "6.10.1",
    "jquery": "^3.3.1",
    "jstimezonedetect": "1.0.5",
    "lodash": "3.10.1",
    "lodash.mean": "^4.1.0",
    "lodash.orderby": "4.6.0",
    "mkdirp": "0.5.1",
    "moment": "^2.20.1",
    "moment-duration-format": "^1.3.0",
    "moment-timezone": "^0.5.14",
    "ngreact": "^0.5.1",
    "nodemailer": "^4.6.4",
    "object-hash": "1.2.0",
    "path-match": "1.2.4",
    "pdfmake": "0.1.33",
    "pivotal-ui": "13.0.1",
    "pluralize": "3.1.0",
    "pngjs": "3.3.1",
    "prop-types": "^15.6.0",
    "puid": "1.0.5",
    "react": "^16.3.0",
    "react-clipboard.js": "^1.1.2",
    "react-dom": "^16.3.0",
    "react-markdown-renderer": "^1.4.0",
    "react-portal": "^3.2.0",
    "react-redux": "^5.0.5",
    "react-redux-request": "^1.5.5",
    "react-router-breadcrumbs-hoc": "1.1.2",
    "react-router-dom": "^4.2.2",
    "react-select": "^1.2.1",
    "react-sticky": "^6.0.1",
    "react-syntax-highlighter": "^5.7.0",
    "react-vis": "^1.8.1",
    "redux": "3.7.2",
    "redux-actions": "2.2.1",
    "redux-thunk": "2.2.0",
    "request": "^2.85.0",
    "reselect": "3.0.1",
    "rimraf": "^2.6.2",
    "rison-node": "0.3.1",
    "rxjs": "5.3.0",
    "semver": "5.1.0",
    "stream-to-observable": "0.2.0",
    "styled-components": "2.3.2",
    "tar-fs": "1.13.0",
    "tinycolor2": "1.3.0",
    "ui-select": "0.19.4",
    "unbzip2-stream": "1.0.9",
    "uuid": "3.0.1",
    "venn.js": "0.2.9",
    "webcola": "3.3.6",
    "xregexp": "3.2.0"
  },
  "engines": {
    "yarn": "^1.6.0"
  }
}