package.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "name": "gethue",
  3. "version": "6.0.1",
  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. "dependencies": {
  33. "@ant-design/icons": "5.0.1",
  34. "@cloudera/cuix-core": "file:desktop/core/src/desktop/static/desktop/ext/cuix/cloudera-cuix-core-1.0.6.tgz",
  35. "@gethue/sql-formatter": "4.0.3",
  36. "@selectize/selectize": "0.14.0",
  37. "antd": "4.24.5",
  38. "axios": "0.28.0",
  39. "classnames": "2.3.2",
  40. "clipboard": "1.7.1",
  41. "core-js": "3.19.1",
  42. "cuix": "file:desktop/core/src/desktop/static/desktop/ext/cuix/cuix-13.0.4.tgz",
  43. "d3v3": "1.0.3",
  44. "dropzone": "5.5.1",
  45. "file-saver": "2.0.5",
  46. "filesize": "4.0.0",
  47. "i18next": "21.10.0",
  48. "i18next-http-backend": "1.4.4",
  49. "jquery": "3.5.1",
  50. "jquery-contextmenu": "2.9.2",
  51. "jquery-form": "4.3.0",
  52. "jquery-mousewheel": "3.1.13",
  53. "jquery-ui": "1.13.2",
  54. "jquery.cookie": "1.4.1",
  55. "knockout": "3.5.1",
  56. "knockout-sortable": "1.2.0",
  57. "knockout-switch-case": "2.1.0",
  58. "knockout.mapping": "2.4.3",
  59. "knockout.validation": "2.0.3",
  60. "localforage": "1.7.3",
  61. "lodash": "4.17.21",
  62. "luxon": "1.28.1",
  63. "medium-editor": "5.23.3",
  64. "mustache": "4.1.0",
  65. "page": "1.8.6",
  66. "plotly.js-dist": "1.45.3",
  67. "qs": "6.9.7",
  68. "react": "18.2.0",
  69. "react-dom": "18.2.0",
  70. "react-i18next": "11.18.6",
  71. "react-joyride": "2.7.0",
  72. "regenerator-runtime": "0.13.7",
  73. "removeNPMAbsolutePaths": "1.0.6",
  74. "sanitize-html": "2.13.0",
  75. "select2": "4.0.13",
  76. "selectize-plugin-clear": "0.0.3",
  77. "sprintf-js": "1.1.2",
  78. "vue": "3.2.0",
  79. "vue-custom-element": "3.2.14",
  80. "vue3-datepicker": "0.2.5"
  81. },
  82. "devDependencies": {
  83. "@babel/cli": "7.24.8",
  84. "@babel/core": "7.24.8",
  85. "@babel/eslint-parser": "7.24.8",
  86. "@babel/node": "7.24.8",
  87. "@babel/plugin-proposal-decorators": "7.24.7",
  88. "@babel/preset-env": "7.24.8",
  89. "@babel/preset-react": "7.24.7",
  90. "@babel/preset-typescript": "7.24.7",
  91. "@testing-library/jest-dom": "6.4.6",
  92. "@testing-library/react": "16.0.0",
  93. "@testing-library/user-event": "14.5.2",
  94. "@types/file-saver": "2.0.2",
  95. "@types/jest": "29.5.12",
  96. "@types/jquery": "3.5.0",
  97. "@types/knockout": "3.4.67",
  98. "@types/lodash": "4.14.170",
  99. "@types/luxon": "1.25.0",
  100. "@types/qs": "6.9.4",
  101. "@types/react": "18.0.20",
  102. "@types/react-dom": "18.0.6",
  103. "@types/sanitize-html": "1.27.0",
  104. "@types/webpack": "5.28.0",
  105. "@typescript-eslint/eslint-plugin": "7.16.0",
  106. "@typescript-eslint/parser": "7.16.0",
  107. "@vue/compiler-sfc": "3.2.0",
  108. "@vue/server-renderer": "3.2.0",
  109. "@vue/test-utils": "2.4.6",
  110. "@vue/vue3-jest": "29.2.6",
  111. "babel-jest": "29.7.0",
  112. "babel-loader": "9.1.3",
  113. "babel-plugin-module-resolver": "5.0.2",
  114. "babel-preset-typescript-vue3": "2.0.17",
  115. "clean-webpack-plugin": "4.0.0",
  116. "copy-webpack-plugin": "12.0.2",
  117. "css-loader": "5.2.6",
  118. "eslint": "8.56.0",
  119. "eslint-config-prettier": "9.1.0",
  120. "eslint-plugin-jest": "28.6.0",
  121. "eslint-plugin-prettier": "5.1.3",
  122. "eslint-plugin-vue": "9.27.0",
  123. "expose-loader": "3.0.0",
  124. "grunt": "1.5.3",
  125. "grunt-contrib-less": "3.0.0",
  126. "grunt-contrib-watch": "1.1.0",
  127. "identity-obj-proxy": "3.0.0",
  128. "jest": "29.7.0",
  129. "jest-environment-jsdom": "29.7.0",
  130. "jsdom": "16.6.0",
  131. "less": "4.2.0",
  132. "less-loader": "12.2.0",
  133. "license-checker": "25.0.1",
  134. "load-grunt-tasks": "5.1.0",
  135. "postcss-less": "6.0.0",
  136. "postcss-scss": "4.0.3",
  137. "prettier": "3.3.3",
  138. "sass": "1.34.0",
  139. "sass-loader": "11.1.1",
  140. "snarkdown": "2.0.0",
  141. "source-map-loader": "5.0.0",
  142. "style-loader": "2.0.0",
  143. "styled-components": "6.0.8",
  144. "stylelint": "16.7.0",
  145. "stylelint-config-standard": "36.0.1",
  146. "stylelint-config-standard-scss": "13.1.0",
  147. "stylelint-scss": "6.4.1",
  148. "ts-jest": "29.2.2",
  149. "ts-loader": "9.5.1",
  150. "typescript": "5.5.3",
  151. "util": "0.12.4",
  152. "vti": "0.0.24",
  153. "vue-loader": "16.5.0",
  154. "webpack": "5.93.0",
  155. "webpack-bundle-analyzer": "4.10.2",
  156. "webpack-bundle-tracker": "3.1.0",
  157. "webpack-cli": "5.1.4"
  158. },
  159. "scripts": {
  160. "devinstall": "npm cache clean && npm install && npm prune",
  161. "webpack": "webpack --config webpack.config.js",
  162. "webpack-login": "webpack --config webpack.config.login.js",
  163. "webpack-workers": "webpack --config webpack.config.workers.js",
  164. "webpack-npm": "webpack --config webpack.config.npm.js",
  165. "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
  166. "dev": "webpack --watch --config webpack.config.js -d eval",
  167. "dev-login": "webpack --config webpack.config.login.js --watch -d eval",
  168. "dev-workers": "webpack --config webpack.config.workers.js --watch -d eval",
  169. "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d eval",
  170. "less": "./node_modules/.bin/grunt less",
  171. "less-dev": "./node_modules/.bin/grunt watch",
  172. "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
  173. "style-lint-fix": "npm run style-lint -- --fix",
  174. "lint-vue-template": "vti diagnostics",
  175. "lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
  176. "lint-debug": "npm run lint -- --debug",
  177. "lint-fix": "npm run lint -- --fix",
  178. "test": "jest",
  179. "test-coverage": "jest --coverage",
  180. "test-dev": "jest --watch",
  181. "test-clearCache": "jest --clearCache",
  182. "check-license": "node ./tools/ci/check_for_js_licenses.js",
  183. "check-absolute-paths": "node ./tools/ci/check_for_absolute_paths.js",
  184. "check-pinned-versions": "node ./tools/ci/check_for_pinned_versions.js"
  185. }
  186. }