package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "name": "gethue",
  3. "version": "4.9.8",
  4. "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
  5. "keywords": [
  6. "Query Editor",
  7. "SQL Editor",
  8. "SQL",
  9. "SQL Components",
  10. "SQL Autocomplete",
  11. "SQL Parsers",
  12. "SQL Scratchpad"
  13. ],
  14. "homepage": "http://gethue.com",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/cloudera/hue"
  18. },
  19. "author": "Gethue.com",
  20. "contributors": [
  21. "Romain Rigaux <info@getromain.com>",
  22. "Prakash Ranade <ranade@cloudera.com>",
  23. "Ying Chen <yingchen@cloudera.com>",
  24. "Sreenath Somarajapuram <ssomarajapuram@cloudera.com>",
  25. "Johan Ahlen <johan.ahlen@cloudera.com>"
  26. ],
  27. "license": "Apache-2.0",
  28. "private": false,
  29. "engines": {
  30. "node": ">=0.10.0"
  31. },
  32. "stylelint": {
  33. "extends": "stylelint-config-standard",
  34. "plugins": [
  35. "stylelint-scss"
  36. ],
  37. "rules": {
  38. "max-empty-lines": 4,
  39. "number-leading-zero": null,
  40. "no-descending-specificity": null,
  41. "at-rule-no-unknown": null,
  42. "scss/at-rule-no-unknown": true
  43. }
  44. },
  45. "dependencies": {
  46. "@gethue/sql-formatter": "4.0.3",
  47. "@types/lodash": "^4.14.161",
  48. "axios": "0.21.1",
  49. "clipboard": "1.7.1",
  50. "core-js": "^3.4.2",
  51. "d3": "5.7.0",
  52. "d3v3": "1.0.3",
  53. "dropzone": "5.5.1",
  54. "file-saver": "^2.0.2",
  55. "filesize": "4.0.0",
  56. "jquery": "3.5.1",
  57. "jquery-contextmenu": "^2.9.0",
  58. "jquery-form": "4.2.2",
  59. "jquery-mousewheel": "3.1.13",
  60. "jquery-ui": "1.12.1",
  61. "jquery.cookie": "1.4.1",
  62. "knockout": "3.5.1",
  63. "knockout-sortable": "1.2.0",
  64. "knockout-switch-case": "2.1.0",
  65. "knockout.mapping": "2.4.3",
  66. "knockout.validation": "2.0.3",
  67. "less": "^3.10.3",
  68. "localforage": "1.7.3",
  69. "lodash": "4.17.21",
  70. "luxon": "1.25.0",
  71. "medium-editor": "5.23.3",
  72. "mustache": "4.1.0",
  73. "page": "1.8.6",
  74. "plotly.js-dist": "1.45.3",
  75. "qs": "6.9.4",
  76. "regenerator-runtime": "^0.13.3",
  77. "removeNPMAbsolutePaths": "^1.0.4",
  78. "sanitize-html": "^2.1.2",
  79. "select2": "3.5.1",
  80. "selectize": "0.12.6",
  81. "selectize-plugin-clear": "0.0.3",
  82. "sprintf-js": "1.1.2",
  83. "vue": "^3.0.5",
  84. "vue-custom-element": "3.2.14",
  85. "vue3-datepicker": "^0.2.4"
  86. },
  87. "devDependencies": {
  88. "@babel/core": "7.10.2",
  89. "@babel/node": "7.10.1",
  90. "@babel/plugin-proposal-class-properties": "7.10.1",
  91. "@babel/plugin-proposal-decorators": "^7.10.3",
  92. "@babel/plugin-proposal-object-rest-spread": "7.10.1",
  93. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  94. "@babel/preset-env": "7.10.2",
  95. "@babel/preset-typescript": "7.10.1",
  96. "@types/file-saver": "^2.0.1",
  97. "@types/jest": "26.0.0",
  98. "@types/jquery": "3.5.0",
  99. "@types/knockout": "3.4.67",
  100. "@types/luxon": "1.25.0",
  101. "@types/qs": "6.9.4",
  102. "@types/sanitize-html": "1.27.0",
  103. "@types/webpack": "4.41.23",
  104. "@typescript-eslint/eslint-plugin": "3.4.0",
  105. "@typescript-eslint/parser": "3.4.0",
  106. "@vue/compiler-sfc": "^3.0.5",
  107. "@vue/test-utils": "^2.0.0-rc.1",
  108. "babel-core": "^7.0.0-bridge.0",
  109. "babel-eslint": "10.1.0",
  110. "babel-jest": "26.0.1",
  111. "babel-jscs": "3.0.0-beta1",
  112. "babel-loader": "8.1.0",
  113. "babel-plugin-module-resolver": "4.0.0",
  114. "babel-preset-typescript-vue3": "^2.0.8",
  115. "clean-webpack-plugin": "1.0.1",
  116. "copy-webpack-plugin": "^6.0.3",
  117. "css-loader": "^3.4.2",
  118. "eslint": "7.2.0",
  119. "eslint-config-prettier": "6.11.0",
  120. "eslint-plugin-jest": "23.13.2",
  121. "eslint-plugin-prettier": "3.1.4",
  122. "eslint-plugin-vue": "^7.5.0",
  123. "expose-loader": "0.7.5",
  124. "grunt": "^1.1.0",
  125. "grunt-contrib-less": "2.0.0",
  126. "grunt-contrib-watch": "1.1.0",
  127. "identity-obj-proxy": "^3.0.0",
  128. "jest": "26.0.1",
  129. "jest-environment-jsdom-sixteen": "1.0.3",
  130. "jsdom": "16.4.0",
  131. "less-loader": "6.1.2",
  132. "lesshint": "6.3.7",
  133. "license-checker": "^25.0.1",
  134. "load-grunt-tasks": "4.0.0",
  135. "markdown": "0.5.0",
  136. "prettier": "2.0.5",
  137. "sass": "1.32.12",
  138. "sass-loader": "8.0.2",
  139. "source-map-loader": "1.0.0",
  140. "style-loader": "^2.0.0",
  141. "stylelint": "13.6.0",
  142. "stylelint-config-standard": "20.0.0",
  143. "stylelint-scss": "3.18.0",
  144. "ts-jest": "^26.5.1",
  145. "ts-loader": "7.0.5",
  146. "typescript": "3.9.5",
  147. "vti": "0.0.24",
  148. "vue-jest": "^5.0.0-alpha.8",
  149. "vue-loader": "^16.1.2",
  150. "webpack": "4.43.0",
  151. "webpack-bundle-analyzer": "3.8.0",
  152. "webpack-bundle-tracker": "0.4.3",
  153. "webpack-clean-obsolete-chunks": "0.4.0",
  154. "webpack-cli": "3.3.11"
  155. },
  156. "scripts": {
  157. "devinstall": "npm cache clean && npm install && npm prune",
  158. "webpack": "webpack --config webpack.config.js",
  159. "webpack-login": "webpack --config webpack.config.login.js",
  160. "webpack-workers": "webpack --config webpack.config.workers.js",
  161. "webpack-npm": "webpack --config webpack.config.npm.js",
  162. "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
  163. "dev": "webpack --watch --config webpack.config.js -d",
  164. "dev-login": "webpack --config webpack.config.login.js --watch -d",
  165. "dev-workers": "webpack --config webpack.config.workers.js --watch -d",
  166. "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d",
  167. "less": "./node_modules/.bin/grunt less",
  168. "less-dev": "./node_modules/.bin/grunt watch",
  169. "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
  170. "style-lint-fix": "npm run style-lint -- --fix",
  171. "lint-vue-template": "vti diagnostics",
  172. "lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
  173. "lint-debug": "npm run lint -- --debug",
  174. "lint-fix": "npm run lint -- --fix",
  175. "test": "jest",
  176. "test-coverage": "jest --coverage",
  177. "test-dev": "jest --watch",
  178. "test-clearCache": "jest --clearCache",
  179. "check-license": "node ./tools/license/checkLicenses.js",
  180. "check-absolute-paths": "node ./tools/detect-absolute-paths/detectAbsolutePaths.js"
  181. }
  182. }