{ "name": "redash-client", "version": "3.0.0", "description": "The frontend part of Redash.", "main": "index.js", "scripts": { "start": "webpack-dev-server", "build": "rm -rf ./client/dist/ && NODE_ENV=production node node_modules/.bin/webpack", "watch": "webpack --watch --progress --colors -d" }, "repository": { "type": "git", "url": "git+https://github.com/getredash/redash.git" }, "author": "Redash Contributors", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/getredash/redash/issues" }, "homepage": "https://redash.io/", "dependencies": { "angular": "~1.5.8", "angular-base64-upload": "^0.1.19", "angular-gridster": "^0.13.14", "angular-messages": "~1.5.8", "angular-moment": "^1.0.0", "angular-resizable": "^1.2.0", "angular-resource": "~1.5.8", "angular-route": "~1.5.8", "angular-sanitize": "~1.5.8", "angular-toastr": "^2.1.1", "angular-ui-ace": "^0.2.3", "angular-ui-bootstrap": "^2.2.0", "angular-vs-repeat": "^1.1.7", "brace": "^0.9.0", "core-js": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz", "cornelius": "git+https://github.com/restorando/cornelius.git", "d3": "^3.5.17", "d3-cloud": "^1.2.1", "debug": "^2.2.0", "font-awesome": "^4.7.0", "jquery": "^3.1.1", "jquery-ui": "^1.12.1", "leaflet": "^1.0.2", "leaflet.markercluster": "^1.0.0", "marked": "^0.3.6", "material-design-iconic-font": "^2.2.0", "moment": "^2.15.2", "mousetrap": "^1.6.0", "mustache": "^2.2.1", "pace-progress": "git+https://github.com/getredash/pace.git", "pivottable": "^2.3.0", "plotly.js": "1.26.1", "ui-select": "^0.19.6", "underscore": "^1.8.3", "underscore.string": "^3.3.4" }, "devDependencies": { "babel-core": "^6.18.0", "babel-loader": "^6.2.7", "babel-plugin-angularjs-annotate": "^0.7.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "css-loader": "^0.28.4", "eslint": "^3.9.0", "eslint-config-airbnb-base": "^9.0.0", "eslint-loader": "^1.6.0", "eslint-plugin-import": "^2.0.1", "extract-text-webpack-plugin": "^2.1.2", "file-loader": "^0.11.2", "html-webpack-plugin": "^2.24.0", "node-sass": "^4.5.3", "raw-loader": "^0.5.1", "sass-loader": "^6.0.6", "url-loader": "^0.5.9", "webpack": "^2.6.1", "webpack-build-notifier": "^0.1.14", "webpack-dev-server": "^2.4.5" } }