| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {
- "name": "gethue",
- "version": "4.9.13",
- "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
- "keywords": [
- "Query Editor",
- "SQL Editor",
- "SQL",
- "SQL Components",
- "SQL Autocomplete",
- "SQL Parsers",
- "SQL Scratchpad"
- ],
- "homepage": "http://gethue.com",
- "repository": {
- "type": "git",
- "url": "https://github.com/cloudera/hue"
- },
- "author": "Gethue.com",
- "contributors": [
- "Romain Rigaux <info@getromain.com>",
- "Prakash Ranade <ranade@cloudera.com>",
- "Ying Chen <yingchen@cloudera.com>",
- "Sreenath Somarajapuram <ssomarajapuram@cloudera.com>",
- "Johan Ahlen <johan.ahlen@cloudera.com>"
- ],
- "license": "Apache-2.0",
- "private": false,
- "engines": {
- "node": ">=0.10.0"
- },
- "stylelint": {
- "extends": "stylelint-config-standard",
- "plugins": [
- "stylelint-scss"
- ],
- "rules": {
- "max-empty-lines": 4,
- "number-leading-zero": null,
- "no-descending-specificity": null,
- "at-rule-no-unknown": null,
- "scss/at-rule-no-unknown": true
- }
- },
- "dependencies": {
- "@gethue/sql-formatter": "4.0.3",
- "@types/lodash": "^4.14.161",
- "axios": "0.21.1",
- "clipboard": "1.7.1",
- "core-js": "^3.4.2",
- "d3": "5.7.0",
- "d3v3": "1.0.3",
- "dropzone": "5.5.1",
- "file-saver": "^2.0.2",
- "filesize": "4.0.0",
- "jquery": "3.5.1",
- "jquery-contextmenu": "^2.9.0",
- "jquery-form": "4.2.2",
- "jquery-mousewheel": "3.1.13",
- "jquery-ui": "1.12.1",
- "jquery.cookie": "1.4.1",
- "knockout": "3.5.1",
- "knockout-sortable": "1.2.0",
- "knockout-switch-case": "2.1.0",
- "knockout.mapping": "2.4.3",
- "knockout.validation": "2.0.3",
- "less": "^3.10.3",
- "localforage": "1.7.3",
- "lodash": "4.17.21",
- "luxon": "1.25.0",
- "medium-editor": "5.23.3",
- "mustache": "4.1.0",
- "page": "1.8.6",
- "plotly.js-dist": "1.45.3",
- "qs": "6.9.4",
- "regenerator-runtime": "^0.13.3",
- "removeNPMAbsolutePaths": "^1.0.4",
- "sanitize-html": "^2.1.2",
- "select2": "3.5.1",
- "selectize": "0.12.6",
- "selectize-plugin-clear": "0.0.3",
- "sprintf-js": "1.1.2",
- "vue": "^3.0.5",
- "vue-custom-element": "3.2.14",
- "vue3-datepicker": "^0.2.4"
- },
- "devDependencies": {
- "@babel/core": "7.10.2",
- "@babel/node": "7.10.1",
- "@babel/plugin-proposal-class-properties": "7.10.1",
- "@babel/plugin-proposal-decorators": "^7.10.3",
- "@babel/plugin-proposal-object-rest-spread": "7.10.1",
- "@babel/plugin-syntax-dynamic-import": "7.8.3",
- "@babel/preset-env": "7.10.2",
- "@babel/preset-typescript": "7.10.1",
- "@types/file-saver": "^2.0.1",
- "@types/jest": "26.0.0",
- "@types/jquery": "3.5.0",
- "@types/knockout": "3.4.67",
- "@types/luxon": "1.25.0",
- "@types/qs": "6.9.4",
- "@types/sanitize-html": "1.27.0",
- "@types/webpack": "4.41.23",
- "@typescript-eslint/eslint-plugin": "3.4.0",
- "@typescript-eslint/parser": "3.4.0",
- "@vue/compiler-sfc": "^3.0.5",
- "@vue/test-utils": "^2.0.0-rc.1",
- "babel-core": "^7.0.0-bridge.0",
- "babel-eslint": "10.1.0",
- "babel-jest": "26.0.1",
- "babel-jscs": "3.0.0-beta1",
- "babel-loader": "8.1.0",
- "babel-plugin-module-resolver": "4.0.0",
- "babel-preset-typescript-vue3": "^2.0.8",
- "clean-webpack-plugin": "1.0.1",
- "copy-webpack-plugin": "^6.0.3",
- "css-loader": "^3.4.2",
- "eslint": "7.2.0",
- "eslint-config-prettier": "6.11.0",
- "eslint-plugin-jest": "23.13.2",
- "eslint-plugin-prettier": "3.1.4",
- "eslint-plugin-vue": "^7.5.0",
- "expose-loader": "0.7.5",
- "grunt": "^1.1.0",
- "grunt-contrib-less": "2.0.0",
- "grunt-contrib-watch": "1.1.0",
- "identity-obj-proxy": "^3.0.0",
- "jest": "26.0.1",
- "jest-environment-jsdom-sixteen": "1.0.3",
- "jsdom": "16.4.0",
- "less-loader": "6.1.2",
- "lesshint": "6.3.7",
- "license-checker": "^25.0.1",
- "load-grunt-tasks": "4.0.0",
- "markdown": "0.5.0",
- "prettier": "2.0.5",
- "sass": "1.32.12",
- "sass-loader": "8.0.2",
- "source-map-loader": "1.0.0",
- "style-loader": "^2.0.0",
- "stylelint": "13.6.0",
- "stylelint-config-standard": "20.0.0",
- "stylelint-scss": "3.18.0",
- "ts-jest": "^26.5.1",
- "ts-loader": "7.0.5",
- "typescript": "3.9.5",
- "vti": "0.0.24",
- "vue-jest": "^5.0.0-alpha.8",
- "vue-loader": "^16.1.2",
- "webpack": "4.43.0",
- "webpack-bundle-analyzer": "3.8.0",
- "webpack-bundle-tracker": "0.4.3",
- "webpack-clean-obsolete-chunks": "0.4.0",
- "webpack-cli": "3.3.11"
- },
- "scripts": {
- "devinstall": "npm cache clean && npm install && npm prune",
- "webpack": "webpack --config webpack.config.js",
- "webpack-login": "webpack --config webpack.config.login.js",
- "webpack-workers": "webpack --config webpack.config.workers.js",
- "webpack-npm": "webpack --config webpack.config.npm.js",
- "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
- "dev": "webpack --watch --config webpack.config.js -d",
- "dev-login": "webpack --config webpack.config.login.js --watch -d",
- "dev-workers": "webpack --config webpack.config.workers.js --watch -d",
- "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d",
- "less": "./node_modules/.bin/grunt less",
- "less-dev": "./node_modules/.bin/grunt watch",
- "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
- "style-lint-fix": "npm run style-lint -- --fix",
- "lint-vue-template": "vti diagnostics",
- "lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
- "lint-debug": "npm run lint -- --debug",
- "lint-fix": "npm run lint -- --fix",
- "test": "jest",
- "test-coverage": "jest --coverage",
- "test-dev": "jest --watch",
- "test-clearCache": "jest --clearCache",
- "check-license": "node ./tools/license/checkLicenses.js",
- "check-absolute-paths": "node ./tools/detect-absolute-paths/detectAbsolutePaths.js"
- }
- }
|