forked from tchiotludo/akhq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.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
{
"name": "kafkahq",
"version": "1.0.0",
"description": "Kafka GUI for topics, topics data, consumers group and more",
"main": "index.js",
"dependencies": {
"ace-builds": "^1.4.4",
"bootstrap": "^4.3.1",
"bytes": "^3.1.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.15.6",
"humanize-duration": "^3.18.0",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"sweetalert2": "^7.33.1",
"tempusdominus-bootstrap-4": "^5.1.2",
"turbolinks": "^5.2.0",
"urijs": "^1.19.1"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"imports-loader": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"scripts": {
"dev": "node_modules/.bin/webpack-dev-server --mode development",
"watch": "node_modules/.bin/webpack --progress --mode development --watch",
"build": "node_modules/.bin/webpack -p --progress --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tchiotludo/kafkahq.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tchiotludo/kafkahq/issues"
},
"homepage": "https://github.com/tchiotludo/kafkahq#readme"
}