package.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "name": "gethue",
  3. "version": "6.0.0",
  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.24.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. "regenerator-runtime": "0.13.7",
  73. "removeNPMAbsolutePaths": "1.0.6",
  74. "sanitize-html": "2.7.2",
  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.18.10",
  84. "@babel/core": "7.14.3",
  85. "@babel/eslint-parser": "7.16.3",
  86. "@babel/node": "7.14.2",
  87. "@babel/plugin-proposal-class-properties": "7.13.0",
  88. "@babel/plugin-proposal-decorators": "7.13.0",
  89. "@babel/plugin-proposal-object-rest-spread": "7.13.0",
  90. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  91. "@babel/preset-env": "7.14.4",
  92. "@babel/preset-react": "7.17.12",
  93. "@babel/preset-typescript": "7.13.0",
  94. "@testing-library/jest-dom": "5.16.5",
  95. "@testing-library/react": "13.3.0",
  96. "@testing-library/user-event": "14.4.3",
  97. "@types/file-saver": "2.0.2",
  98. "@types/jest": "27.0.2",
  99. "@types/jquery": "3.5.0",
  100. "@types/knockout": "3.4.67",
  101. "@types/lodash": "4.14.170",
  102. "@types/luxon": "1.25.0",
  103. "@types/qs": "6.9.4",
  104. "@types/react": "18.0.20",
  105. "@types/react-dom": "18.0.6",
  106. "@types/sanitize-html": "1.27.0",
  107. "@types/webpack": "5.28.0",
  108. "@typescript-eslint/eslint-plugin": "4.25.0",
  109. "@typescript-eslint/parser": "4.25.0",
  110. "@vue/compiler-sfc": "3.2.0",
  111. "@vue/test-utils": "2.0.0-rc.9",
  112. "@vue/vue3-jest": "27.0.0-alpha.3",
  113. "babel-jest": "27.3.1",
  114. "babel-jscs": "3.0.0-beta1",
  115. "babel-loader": "8.2.2",
  116. "babel-plugin-module-resolver": "4.1.0",
  117. "babel-preset-typescript-vue3": "2.0.12",
  118. "clean-webpack-plugin": "1.0.1",
  119. "copy-webpack-plugin": "6.4.1",
  120. "css-loader": "5.2.6",
  121. "eslint": "7.27.0",
  122. "eslint-config-prettier": "8.3.0",
  123. "eslint-plugin-jest": "25.2.4",
  124. "eslint-plugin-prettier": "3.4.0",
  125. "eslint-plugin-vue": "7.10.0",
  126. "expose-loader": "3.0.0",
  127. "grunt": "1.5.3",
  128. "grunt-contrib-less": "3.0.0",
  129. "grunt-contrib-watch": "1.1.0",
  130. "identity-obj-proxy": "3.0.0",
  131. "jest": "27.3.1",
  132. "jsdom": "16.6.0",
  133. "less": "4.1.1",
  134. "less-loader": "9.0.0",
  135. "license-checker": "25.0.1",
  136. "load-grunt-tasks": "5.1.0",
  137. "postcss-less": "6.0.0",
  138. "postcss-scss": "4.0.3",
  139. "prettier": "2.3.0",
  140. "sass": "1.34.0",
  141. "sass-loader": "11.1.1",
  142. "snarkdown": "2.0.0",
  143. "source-map-loader": "3.0.0",
  144. "style-loader": "2.0.0",
  145. "stylelint": "14.3.0",
  146. "stylelint-config-standard": "24.0.0",
  147. "stylelint-config-standard-scss": "3.0.0",
  148. "stylelint-scss": "4.1.0",
  149. "ts-jest": "27.0.7",
  150. "ts-loader": "9.2.2",
  151. "typescript": "4.3.2",
  152. "util": "0.12.4",
  153. "vti": "0.0.24",
  154. "vue-loader": "16.5.0",
  155. "webpack": "5.76.0",
  156. "webpack-bundle-analyzer": "4.4.2",
  157. "webpack-bundle-tracker": "1.0.0",
  158. "webpack-cli": "4.7.0"
  159. },
  160. "scripts": {
  161. "devinstall": "npm cache clean && npm install && npm prune",
  162. "webpack": "webpack --config webpack.config.js",
  163. "webpack-login": "webpack --config webpack.config.login.js",
  164. "webpack-workers": "webpack --config webpack.config.workers.js",
  165. "webpack-npm": "webpack --config webpack.config.npm.js",
  166. "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
  167. "dev": "webpack --watch --config webpack.config.js -d eval",
  168. "dev-login": "webpack --config webpack.config.login.js --watch -d eval",
  169. "dev-workers": "webpack --config webpack.config.workers.js --watch -d eval",
  170. "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d eval",
  171. "less": "./node_modules/.bin/grunt less",
  172. "less-dev": "./node_modules/.bin/grunt watch",
  173. "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
  174. "style-lint-fix": "npm run style-lint -- --fix",
  175. "lint-vue-template": "vti diagnostics",
  176. "lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
  177. "lint-debug": "npm run lint -- --debug",
  178. "lint-fix": "npm run lint -- --fix",
  179. "test": "jest",
  180. "test-coverage": "jest --coverage",
  181. "test-dev": "jest --watch",
  182. "test-clearCache": "jest --clearCache",
  183. "check-license": "node ./tools/ci/check_for_js_licenses.js",
  184. "check-absolute-paths": "node ./tools/ci/check_for_absolute_paths.js",
  185. "check-pinned-versions": "node ./tools/ci/check_for_pinned_versions.js"
  186. }
  187. }