package.json 6.5 KB

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