{ "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" } }