mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
7f1b19bfb1
* Adding new web console. * fixed css * fix form height * fix typo * do import custom react-table css * added repo field so npm does not complain * ask travis for node 10 * move indexing-service/src/main/resources/indexer_static into web-console * fix resource names and paths * add licenses * fix exclude file * add licenses to misc files and tidy up * remove rebase marker * fix link * updated env variable name * tidy up licenses and surface errors * cleanup * remove unused code, fix missing await * TeamCity does not like the name aux * add more links to tasks view * rm pages * update gitignore * update readme to be accurate * make clean script * removed old console dependancy * update Jetty routes * add a comment for welcome files for coordinator * do not show inital notifaction for now * renamed overlord console back to console.html * fix coordinator console * rename coordinator-console.html to index.html
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"name": "web-console",
|
|
"version": "0.14.0",
|
|
"description": "A web console for Apache Druid",
|
|
"author": "Imply Data Inc.",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apache/druid/"
|
|
},
|
|
"scripts": {
|
|
"watch": "./script/watch",
|
|
"compile": "./script/build",
|
|
"pretest": "./script/build",
|
|
"run": "./script/run",
|
|
"test": "jest --silent 2>&1",
|
|
"start": "webpack-dev-server --hot --open"
|
|
},
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^3.12.0",
|
|
"@types/hjson": "^2.4.0",
|
|
"axios": "^0.18.0",
|
|
"classnames": "^2.2.6",
|
|
"d3-array": "^2.0.3",
|
|
"druid-console": "^0.0.2",
|
|
"es6-shim": "^0.35.4",
|
|
"es7-shim": "^6.0.0",
|
|
"hjson": "^3.1.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"numeral": "^2.0.6",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-table": "^6.8.6",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/d3-array": "^1.2.4",
|
|
"@types/jest": "^23.3.13",
|
|
"@types/lodash.debounce": "^4.0.4",
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.12.18",
|
|
"@types/numeral": "^0.0.25",
|
|
"@types/react-dom": "^16.0.11",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"@types/react-table": "^6.7.21",
|
|
"autoprefixer": "^9.4.6",
|
|
"css-loader": "^2.1.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"ignore-styles": "^5.0.1",
|
|
"jest": "^24.0.0",
|
|
"mocha": "^5.2.0",
|
|
"node-sass": "^4.11.0",
|
|
"node-sass-chokidar": "^1.3.4",
|
|
"postcss-cli": "^6.1.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.5.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"stylus": "^0.54.5",
|
|
"ts-jest": "^23.10.5",
|
|
"ts-loader": "^5.3.3",
|
|
"ts-node": "^8.0.2",
|
|
"typescript": "^3.2.4",
|
|
"webpack": "^4.29.0",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|