package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "name": "gethue",
  3. "version": "4.8.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. "stylelint": {
  33. "extends": "stylelint-config-standard",
  34. "rules": {
  35. "number-leading-zero": null,
  36. "no-descending-specificity": null
  37. }
  38. },
  39. "dependencies": {
  40. "@types/lodash": "^4.14.161",
  41. "axios": "0.20.0",
  42. "clipboard": "1.7.1",
  43. "core-js": "^3.4.2",
  44. "d3": "5.7.0",
  45. "d3v3": "1.0.3",
  46. "dropzone": "5.5.1",
  47. "file-saver": "^2.0.2",
  48. "filesize": "4.0.0",
  49. "jquery": "3.5.1",
  50. "jquery-contextmenu": "^2.9.0",
  51. "jquery-form": "4.2.2",
  52. "jquery-mousewheel": "3.1.13",
  53. "jquery-ui": "1.12.1",
  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. "less": "^3.10.3",
  61. "localforage": "1.7.3",
  62. "lodash": "4.17.19",
  63. "luxon": "1.25.0",
  64. "medium-editor": "5.23.3",
  65. "page": "1.8.6",
  66. "plotly.js-dist": "1.45.3",
  67. "regenerator-runtime": "^0.13.3",
  68. "removeNPMAbsolutePaths": "^1.0.4",
  69. "select2": "3.5.1",
  70. "selectize": "0.12.6",
  71. "selectize-plugin-clear": "0.0.3",
  72. "sprintf-js": "1.1.2",
  73. "vue": "2.6.11",
  74. "vue-class-component": "7.2.3",
  75. "vue-custom-element": "3.2.14",
  76. "vuejs-datepicker": "1.6.2",
  77. "vue-property-decorator": "9.0.0",
  78. "vue-template-compiler": "2.6.11"
  79. },
  80. "devDependencies": {
  81. "@babel/core": "7.10.2",
  82. "@babel/node": "7.10.1",
  83. "@babel/plugin-proposal-class-properties": "7.10.1",
  84. "@babel/plugin-proposal-decorators": "^7.10.3",
  85. "@babel/plugin-proposal-object-rest-spread": "7.10.1",
  86. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  87. "@babel/preset-env": "7.10.2",
  88. "@babel/preset-typescript": "7.10.1",
  89. "@types/jest": "26.0.0",
  90. "@types/jquery": "3.5.0",
  91. "@types/knockout": "3.4.67",
  92. "@types/luxon": "1.25.0",
  93. "@types/webpack": "4.41.23",
  94. "@typescript-eslint/eslint-plugin": "3.4.0",
  95. "@typescript-eslint/parser": "3.4.0",
  96. "@vue/test-utils": "^1.0.3",
  97. "babel-core": "^7.0.0-bridge.0",
  98. "babel-eslint": "10.1.0",
  99. "babel-jest": "26.0.1",
  100. "babel-jscs": "3.0.0-beta1",
  101. "babel-loader": "8.1.0",
  102. "babel-plugin-module-resolver": "4.0.0",
  103. "babel-preset-typescript-vue": "1.1.1",
  104. "clean-webpack-plugin": "1.0.1",
  105. "copy-webpack-plugin": "^6.0.3",
  106. "css-loader": "^3.4.2",
  107. "eslint": "7.2.0",
  108. "eslint-config-prettier": "6.11.0",
  109. "eslint-plugin-jest": "23.13.2",
  110. "eslint-plugin-prettier": "3.1.4",
  111. "eslint-plugin-vue": "next",
  112. "expose-loader": "0.7.5",
  113. "grunt": "^1.1.0",
  114. "grunt-contrib-less": "2.0.0",
  115. "grunt-contrib-watch": "1.1.0",
  116. "identity-obj-proxy": "^3.0.0",
  117. "jest": "26.0.1",
  118. "jest-environment-jsdom-sixteen": "1.0.3",
  119. "jsdom": "16.4.0",
  120. "less-loader": "6.1.2",
  121. "lesshint": "6.3.7",
  122. "license-checker": "^25.0.1",
  123. "load-grunt-tasks": "4.0.0",
  124. "markdown": "0.5.0",
  125. "node-sass": "4.14.1",
  126. "prettier": "2.0.5",
  127. "sass-loader": "8.0.2",
  128. "source-map-loader": "1.0.0",
  129. "style-loader": "^1.1.3",
  130. "stylelint": "13.6.0",
  131. "stylelint-config-standard": "20.0.0",
  132. "ts-loader": "7.0.5",
  133. "typescript": "3.9.5",
  134. "vue-jest": "^3.0.6",
  135. "vue-loader": "15.9.3",
  136. "webpack": "4.43.0",
  137. "webpack-bundle-analyzer": "3.8.0",
  138. "webpack-bundle-tracker": "0.4.3",
  139. "webpack-clean-obsolete-chunks": "0.4.0",
  140. "webpack-cli": "3.3.11"
  141. },
  142. "scripts": {
  143. "devinstall": "npm cache clean && npm install && npm prune",
  144. "webpack": "webpack --config webpack.config.js",
  145. "webpack-login": "webpack --config webpack.config.login.js",
  146. "webpack-workers": "webpack --config webpack.config.workers.js",
  147. "webpack-npm": "webpack --config webpack.config.npm.js",
  148. "publish-gethue": "npm run webpack-npm && cd npm_dist && npm publish",
  149. "dev": "webpack --watch --config webpack.config.js -d",
  150. "dev-workers": "webpack --config webpack.config.workers.js --watch -d",
  151. "less": "./node_modules/.bin/grunt less",
  152. "less-dev": "./node_modules/.bin/grunt watch",
  153. "less-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\"",
  154. "less-lint-fix": "npm run less-lint -- --fix",
  155. "lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
  156. "lint-debug": "npm run lint -- --debug",
  157. "lint-fix": "npm run lint -- --fix",
  158. "test": "jest",
  159. "test-coverage": "jest --coverage",
  160. "test-dev": "jest --watch",
  161. "test-clearCache": "jest --clearCache",
  162. "check-license": "node ./tools/license/checkLicenses.js",
  163. "check-absolute-paths": "node ./tools/detect-absolute-paths/detectAbsolutePaths.js"
  164. }
  165. }