package.json 6.6 KB

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