package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "hue",
  3. "version": "4.4.0",
  4. "description": "Hue is an open source Web interface for analyzing data with Hadoop and Spark",
  5. "homepage": "http://gethue.com",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/cloudera/hue"
  9. },
  10. "author": "Cloudera, Inc.",
  11. "contributors": [
  12. "Andrew Yao <andyao@cloudera.com>",
  13. "Johan Ahlen <johan.ahlen@cloudera.com>"
  14. ],
  15. "license": "Apache",
  16. "private": true,
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "dependencies": {
  21. "bootstrap-2.3.2": "1.0.0",
  22. "jquery": "2.2.4",
  23. "knockout": "3.4.2",
  24. "knockout.mapping": "2.4.3",
  25. "less": "3.9.0",
  26. "minimist": "^1.2.0",
  27. "page": "1.8.6"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "7.2.2",
  31. "architect-build": "0.1.1", // For building Ace "make ace"
  32. "babel-cli": "6.26.0",
  33. "babel-jscs": "3.0.0-beta1",
  34. "babel-loader": "8.0.5",
  35. "@babel/preset-env": "7.3.1",
  36. "expose-loader": "0.7.5",
  37. "dryice": "0.4.11", // For building Ace "make ace"
  38. "grunt": "1.0.3",
  39. "grunt-contrib-less": "2.0.0",
  40. "grunt-contrib-uglify": "4.0.0",
  41. "grunt-contrib-watch": "1.1.0",
  42. "load-grunt-tasks": "4.0.0",
  43. "webpack": "4.29.0",
  44. "webpack-bundle-tracker": "0.4.2-beta",
  45. "webpack-cli": "^3.2.1",
  46. "webpack-shell-plugin": "^0.5.0"
  47. },
  48. "scripts": {
  49. "devinstall": "npm cache clean && npm install && npm prune",
  50. "less": "./node_modules/.bin/grunt less",
  51. "watch": "./node_modules/.bin/grunt watch",
  52. "webpack": "./node_modules/.bin/webpack"
  53. },
  54. "files": []
  55. }