forked from appbaseio/dejavu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.53 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
73
74
75
76
77
78
79
80
81
82
{
"name": "dejavu",
"version": "1.5.0",
"description": "dejavu - The missing Web UI for Elasticsearch",
"main": "config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"fix": "eslint --fix ./live/src/js/",
"webpack-server": "webpack-dev-server --hot --inline --progress --colors",
"start": "concurrently \"npm run webpack-server\" \"gulp watch\"",
"dejavubuild": "webpack -p --progress --colors --config ./webpack.production.config.js",
"build": "bower update --allow-root && npm run dejavubuild && gulp",
"build_es_plugin": "npm run build",
"build_chrome_extension": "bower update --allow-root && gulp chromeBuild",
"build_gh_pages": "bower update --allow-root && gulp ghpagesBuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appbaseio/dejavu.git"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bower": "^1.8.0",
"concurrently": "^3.4.0",
"create-react-class": "^15.5.2",
"css-loader": "^0.27.3",
"eslint": "^3.16.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"eslint-watch": "^3.0.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"image-webpack-loader": "^3.3.0",
"shebang-loader": "0.0.1",
"style-loader": "^0.15.0",
"webpack": "^2.3.0",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"appbase-js": "^2.2.11",
"babel": "^6.23.0",
"classnames": "^2.2.5",
"fbemitter": "^2.1.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"loglevel": "^1.4.1",
"moment": "^2.18.1",
"papaparse": "^4.3.3",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-addons-pure-render-mixin": "^15.6.0",
"react-bootstrap": "^0.31.0",
"react-datetime": "^2.9.0",
"react-dom": "^15.5.4",
"react-select": "^1.0.0-rc.5",
"url-parser-lite": "^0.1.0"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/appbaseio/dejavu/issues"
},
"homepage": "https://github.com/appbaseio/dejavu#readme"
}