package.json 5.1 KB

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