{ "name": "redash-client", "version": "1.0.0", "description": "The frontend part of Redash.", "main": "index.js", "scripts": { "start": "webpack-dev-server --content-base client/app", "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", "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", "ng-annotate": "^1.2.1", "ng-annotate-loader": "^0.2.0", "pace-progress": "git+https://github.com/getredash/pace.git", "pivottable": "^2.3.0", "plotly.js": "1.21.2", "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-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "css-loader": "^0.25.0", "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": "^1.0.1", "file-loader": "^0.9.0", "html-webpack-plugin": "^2.24.0", "node-sass": "^4.3.0", "raw-loader": "^0.5.1", "sass-loader": "^4.1.1", "url-loader": "^0.5.7", "webpack": "^1.13.3", "webpack-build-notifier": "^0.1.13", "webpack-dev-server": "^1.16.2" } }