package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "name": "gethue",
  3. "version": "5.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. "@gethue/sql-formatter": "4.0.3",
  34. "@selectize/selectize": "0.14.0",
  35. "antd": "4.23.1",
  36. "axios": "0.24.0",
  37. "babel-preset-react-app": "3.1.2",
  38. "clipboard": "1.7.1",
  39. "core-js": "3.19.1",
  40. "d3v3": "1.0.3",
  41. "dropzone": "5.5.1",
  42. "file-saver": "2.0.5",
  43. "filesize": "4.0.0",
  44. "i18next": "21.10.0",
  45. "i18next-http-backend": "1.4.4",
  46. "jquery": "3.5.1",
  47. "jquery-contextmenu": "2.9.2",
  48. "jquery-form": "4.3.0",
  49. "jquery-mousewheel": "3.1.13",
  50. "jquery-ui": "1.13.2",
  51. "jquery.cookie": "1.4.1",
  52. "knockout": "3.5.1",
  53. "knockout-sortable": "1.2.0",
  54. "knockout-switch-case": "2.1.0",
  55. "knockout.mapping": "2.4.3",
  56. "knockout.validation": "2.0.3",
  57. "localforage": "1.7.3",
  58. "lodash": "4.17.21",
  59. "luxon": "1.25.0",
  60. "medium-editor": "5.23.3",
  61. "mustache": "4.1.0",
  62. "page": "1.8.6",
  63. "plotly.js-dist": "1.45.3",
  64. "qs": "6.9.7",
  65. "react": "18.2.0",
  66. "react-dom": "18.2.0",
  67. "react-i18next": "11.18.6",
  68. "regenerator-runtime": "0.13.7",
  69. "removeNPMAbsolutePaths": "1.0.6",
  70. "sanitize-html": "2.7.2",
  71. "select2": "4.0.13",
  72. "selectize-plugin-clear": "0.0.3",
  73. "sprintf-js": "1.1.2",
  74. "vue": "3.2.0",
  75. "vue-custom-element": "3.2.14",
  76. "vue3-datepicker": "0.2.5"
  77. },
  78. "devDependencies": {
  79. "@babel/cli": "7.18.10",
  80. "@babel/core": "7.14.3",
  81. "@babel/eslint-parser": "7.16.3",
  82. "@babel/node": "7.14.2",
  83. "@babel/plugin-proposal-class-properties": "7.13.0",
  84. "@babel/plugin-proposal-decorators": "7.13.0",
  85. "@babel/plugin-proposal-object-rest-spread": "7.13.0",
  86. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  87. "@babel/preset-env": "7.14.4",
  88. "@babel/preset-react": "7.17.12",
  89. "@babel/preset-typescript": "7.13.0",
  90. "@testing-library/jest-dom": "5.16.5",
  91. "@testing-library/react": "13.3.0",
  92. "@testing-library/user-event": "14.4.3",
  93. "@types/file-saver": "2.0.2",
  94. "@types/jest": "27.0.2",
  95. "@types/jquery": "3.5.0",
  96. "@types/knockout": "3.4.67",
  97. "@types/lodash": "4.14.170",
  98. "@types/luxon": "1.25.0",
  99. "@types/qs": "6.9.4",
  100. "@types/react": "18.0.20",
  101. "@types/react-dom": "18.0.6",
  102. "@types/sanitize-html": "1.27.0",
  103. "@types/webpack": "5.28.0",
  104. "@typescript-eslint/eslint-plugin": "4.25.0",
  105. "@typescript-eslint/parser": "4.25.0",
  106. "@vue/compiler-sfc": "3.2.0",
  107. "@vue/test-utils": "2.0.0-rc.9",
  108. "@vue/vue3-jest": "27.0.0-alpha.3",
  109. "babel-jest": "27.3.1",
  110. "babel-jscs": "3.0.0-beta1",
  111. "babel-loader": "8.2.2",
  112. "babel-plugin-module-resolver": "4.1.0",
  113. "babel-preset-typescript-vue3": "2.0.12",
  114. "clean-webpack-plugin": "1.0.1",
  115. "copy-webpack-plugin": "6.4.1",
  116. "css-loader": "5.2.6",
  117. "eslint": "7.27.0",
  118. "eslint-config-prettier": "8.3.0",
  119. "eslint-plugin-jest": "25.2.4",
  120. "eslint-plugin-prettier": "3.4.0",
  121. "eslint-plugin-vue": "7.10.0",
  122. "expose-loader": "3.0.0",
  123. "grunt": "1.5.3",
  124. "grunt-contrib-less": "3.0.0",
  125. "grunt-contrib-watch": "1.1.0",
  126. "identity-obj-proxy": "3.0.0",
  127. "jest": "27.3.1",
  128. "jsdom": "16.6.0",
  129. "less": "4.1.1",
  130. "less-loader": "9.0.0",
  131. "license-checker": "25.0.1",
  132. "load-grunt-tasks": "5.1.0",
  133. "postcss-less": "6.0.0",
  134. "postcss-scss": "4.0.3",
  135. "prettier": "2.3.0",
  136. "sass": "1.34.0",
  137. "sass-loader": "11.1.1",
  138. "snarkdown": "2.0.0",
  139. "source-map-loader": "3.0.0",
  140. "style-loader": "2.0.0",
  141. "stylelint": "14.3.0",
  142. "stylelint-config-standard": "24.0.0",
  143. "stylelint-config-standard-scss": "3.0.0",
  144. "stylelint-scss": "4.1.0",
  145. "ts-jest": "27.0.7",
  146. "ts-loader": "9.2.2",
  147. "typescript": "4.3.2",
  148. "util": "0.12.4",
  149. "vti": "0.0.24",
  150. "vue-loader": "16.5.0",
  151. "webpack": "5.38.1",
  152. "webpack-bundle-analyzer": "4.4.2",
  153. "webpack-bundle-tracker": "1.0.0",
  154. "webpack-cli": "4.7.0"
  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 eval",
  164. "dev-login": "webpack --config webpack.config.login.js --watch -d eval",
  165. "dev-workers": "webpack --config webpack.config.workers.js --watch -d eval",
  166. "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d eval",
  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. }