redash/client/package.json
2017-01-02 17:12:32 +02:00

80 lines
2.4 KiB
JSON

{
"name": "redash-frontend",
"version": "1.0.0",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test karma start",
"start": "webpack-dev-server --content-base app",
"build": "rm -rf 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",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"brace": "^0.9.0",
"cornelius": "git+https://github.com/restorando/cornelius.git",
"css-loader": "^0.25.0",
"d3": "^3.5.17",
"d3-cloud": "^1.2.1",
"debug": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.24.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.16.0",
"raw-loader": "^0.5.1",
"ui-select": "^0.19.6",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"eslint": "^3.9.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.0.1",
"webpack-build-notifier": "^0.1.13"
}
}