| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "hue",
- "version": "4.4.0",
- "description": "Hue is an open source Web interface for analyzing data with Hadoop and Spark",
- "homepage": "http://gethue.com",
- "repository": {
- "type": "git",
- "url": "https://github.com/cloudera/hue"
- },
- "author": "Cloudera, Inc.",
- "contributors": [
- "Johan Ahlen <johan.ahlen@cloudera.com>"
- ],
- "license": "Apache",
- "private": true,
- "engines": {
- "node": ">=0.10.0"
- },
- "dependencies": {
- "filesize": "4.0.0",
- "jquery": "3.3.1",
- "jquery-ui": "1.12.1",
- "jquery.cookie": "1.4.1",
- "jquery-form": "4.2.2",
- "knockout": "3.4.2",
- "knockout.mapping": "2.4.3",
- "knockout-sortable": "1.1.0",
- "knockout-switch-case": "2.1.0",
- "knockout.validation": "2.0.3",
- "less": "3.9.0",
- "localforage": "1.7.3",
- "lodash": "4.17.11",
- "minimist": "^1.2.0",
- "page": "1.8.6",
- "selectize": "0.12.6"
- },
- "devDependencies": {
- "@babel/core": "7.2.2",
- "architect-build": "0.1.1",
- "@babel/preset-env": "7.3.1",
- "babel-cli": "6.26.0",
- "babel-eslint": "10.0.1",
- "babel-jscs": "3.0.0-beta1",
- "babel-loader": "8.0.5",
- "eslint": "5.12.1",
- "eslint-config-prettier": "4.0.0",
- "eslint-plugin-prettier": "3.0.1",
- "expose-loader": "0.7.5",
- "dryice": "0.4.11",
- "grunt": "1.0.3",
- "grunt-contrib-less": "2.0.0",
- "grunt-contrib-uglify": "4.0.0",
- "grunt-contrib-watch": "1.1.0",
- "load-grunt-tasks": "4.0.0",
- "prettier": "1.16.1",
- "webpack": "4.29.0",
- "webpack-bundle-tracker": "0.4.2-beta",
- "webpack-cli": "^3.2.1",
- "webpack-shell-plugin": "^0.5.0"
- },
- "scripts": {
- "devinstall": "npm cache clean && npm install && npm prune",
- "less": "./node_modules/.bin/grunt less",
- "watch": "./node_modules/.bin/grunt watch",
- "webpack": "webpack --config webpack.config.js",
- "dev": "webpack --watch -d",
- "lint": "cd desktop/core/src/desktop/static/desktop/js/; eslint assist autocomplete document",
- "lint-fix": "npm run lint -- --fix"
- },
- "files": []
- }
|