kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
61 lines (60 loc) • 1.68 kB
JSON
{
"name": "@kui-shell/webpack",
"version": "5.1.0",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
"homepage": "https://github.com/IBM/kui#readme",
"bugs": {
"url": "https://github.com/IBM/kui/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/kui.git"
},
"keywords": [
"kui",
"webpack",
"package"
],
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-stats": "npm run webpack-pre && webpack --json > /tmp/stats.json; npm run webpack-post",
"http-allocate-cert": "./bin/ssl.sh",
"http": "./bin/webpack-client.sh",
"watch": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress"
},
"bin": {
"kui-build-webpack": "./build.sh",
"kui-run-webpack": "./bin/webpack-client.sh",
"kui-watch-webpack": "./bin/watch.sh"
},
"dependencies": {
"brotli-webpack-plugin": "1.1.0",
"compression-webpack-plugin": "3.0.0",
"css-loader": "3.2.0",
"file-loader": "4.2.0",
"ibm-cos-sdk": "1.5.3",
"ignore-loader": "0.1.2",
"needle": "2.4.0",
"raw-loader": "3.1.0",
"shebang-loader": "0.0.1",
"source-map-loader": "0.2.4",
"svg-inline-loader": "0.8.0",
"terser-webpack-plugin": "2.1.0",
"to-string-loader": "1.1.5",
"webpack": "4.40.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.2"
},
"kui": {
"headless": false,
"electron": false,
"proxy": false
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}