forked from ElasticHQ/elasticsearch-HQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.38 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
{
"name": "elasticsearch-hq",
"version": "1.0.0",
"description": "ElasticHQ - Version 3.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "NODE_ENV=test karma start",
"start": "./node_modules/.bin/webpack-dev-server --hot --inline --progress",
"build": "rm -rf elastichq/static/* && webpack --config webpack.prod.js --progress",
"make:component": "./node_modules/.bin/babel-node ui/build_scripts/make_component",
"make:container": "./node_modules/.bin/babel-node ui/build_scripts/make_container",
"make:service": "./node_modules/.bin/babel-node ui/build_scripts/make_service",
"make:filter": "./node_modules/.bin/babel-node ui/build_scripts/make_filter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElasticHQ/elasticsearch-HQ.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ElasticHQ/elasticsearch-HQ/issues"
},
"homepage": "https://github.com/ElasticHQ/elasticsearch-HQ#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.12",
"angular": "^1.6.8",
"angular-highlightjs": "^0.7.1",
"angular-tablesort": "^1.6.0",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"babel-polyfill": "^6.26.0",
"d3": "^4.13.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"jsoneditor": "^5.14.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"nearest-date": "^1.0.1",
"ng-animate": "^0.3.1",
"numeral": "^2.0.6",
"semver-parser": "^1.0.14",
"socket.io": "^2.0.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.39",
"@babel/core": "^7.0.0-beta.39",
"@babel/node": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"babel-loader": "^8.0.0-beta.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.8",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"jslint": "^0.11.0",
"ng-annotate-loader": "^0.6.1",
"ng-cache-loader": "0.0.26",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.2.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-clean-obsolete-chunks": "^0.3.0",
"webpack-dev-server": "^2.11.0"
}
}