-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.95 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": "@elastic/kbn-react-ui",
"version": "1.0.0",
"description": "A set of UI components for Kibana",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simianhacker/kbn-react-ui.git"
},
"keywords": [
"kibana",
"react",
"ui"
],
"author": "Chris Cowan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/simianhacker/kbn-react-ui/issues"
},
"homepage": "https://github.com/simianhacker/kbn-react-ui#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
},
"dependencies": {
"@elastic/datemath": "^2.3.0",
"color": "^0.11.4",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"react-datetime": "^2.6.2",
"react-select": "^1.0.0-rc.2"
},
"devDependencies": {
"path": "^0.12.7",
"babel": "^6.5.2",
"babel-cli": "^6.7.5",
"babel-core": "^6.14.0",
"babel-eslint": "^5.0.4",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-dev-expression": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.7.2",
"bundle-loader": "^0.5.4",
"color": "^0.11.3",
"css-loader": "^0.25.0",
"eslint": "^1.10.3",
"eslint-plugin-mocha": "1.1.0",
"eslint-plugin-react": "^3.16.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-less": "^3.1.0",
"gulp-webpack": "^1.5.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mkdirp": "^0.5.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-resizable": "^1.4.2",
"reset-css": "^2.0.20160720",
"rsync": "^0.4.0",
"style-loader": "^0.13.1"
}
}