-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-examples",
"version": "6.0.0-alpha1",
"description": "An awesome Kibana plugin",
"main": "index.js",
"scripts": {
"lint": "eslint",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test_server",
"test:browser": "plugin-helpers test_browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.0.2",
"babel-eslint": "4.1.8",
"eslint": "1.10.3",
"eslint-plugin-mocha": "1.1.0",
"@elastic/plugin-helpers": "5.0.0-beta1",
"typescript": "^2.0.10",
"gulp-typescript": "^3.1.3",
"typings": "^2.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-gzip": "^1.4.0",
"gulp-tar": "^1.9.0",
"gulp-util": "^3.0.7",
"mkdirp": "^0.5.1",
"rsync": "^0.4.0"
},
"dependencies": {
"@elastic/datemath": "^2.3.0",
"@elastic/thor-visualizations": "github:simianhacker/thor-visualizations",
"bluebird": "^3.3.5",
"boom": "^3.2.2",
"color": "^0.11.3",
"del": "^2.2.2",
"es6-promise": "^3.1.2",
"flot-charts": "^0.8.3",
"flux": "^3.1.2",
"handlebars": "^4.0.5",
"history": "^3.0.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.3",
"kibana-executor-service": "0.0.1",
"lodash": "^4.16.1",
"moment": "^2.13.0",
"moment-round": "^1.0.1",
"node-uuid": "^1.4.7",
"numeral": "^1.5.3",
"pui-react-overlay-trigger": "^7.0.0",
"pui-react-tooltip": "^7.0.0",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-color": "^2.2.7",
"react-datepicker": "^0.29.0",
"react-datetime": "^2.6.2",
"react-dom": "^15.3.1",
"react-grid-layout": "^0.13.1",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-router-redux": "^4.0.2",
"react-select": "^1.0.0-rc.1",
"react-sortable": "^1.1.0",
"react-tooltip": "^3.1.7",
"redux": "^3.5.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1"
}
}