package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.11.3"
  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": "1.7.0",
  36. "babel-preset-es2015": "7.0.0-beta.3",
  37. "expose-loader": "0.7.5",
  38. "dryice": "0.4.11", // For building Ace "make ace"
  39. "grunt": "1.0.3",
  40. "grunt-contrib-less": "2.0.0",
  41. "grunt-contrib-uglify": "4.0.0",
  42. "grunt-contrib-watch": "1.1.0",
  43. "load-grunt-tasks": "4.0.0",
  44. "webpack": "4.29.0",
  45. "webpack-bundle-tracker": "0.4.2-beta",
  46. "webpack-cli": "^3.2.1",
  47. "webpack-shell-plugin": "^0.5.0"
  48. },
  49. "scripts": {
  50. "devinstall": "npm cache clean && npm install && npm prune",
  51. "less": "./node_modules/.bin/grunt less",
  52. "watch": "./node_modules/.bin/grunt watch",
  53. "webpack": "./node_modules/.bin/webpack"
  54. },
  55. "files": []
  56. }