redash/client/package.json

80 lines
2.4 KiB
JSON
Raw Normal View History

2016-10-30 09:29:51 +00:00
{
"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",
2017-01-02 09:22:09 +00:00
"build": "rm -rf dist/ && NODE_ENV=production node node_modules/.bin/webpack",
2016-11-24 19:46:41 +00:00
"watch": "webpack --watch --progress --colors -d"
2016-10-30 09:29:51 +00:00
},
"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",
2016-11-09 13:50:18 +00:00
"angular-base64-upload": "^0.1.19",
2016-11-20 07:59:32 +00:00
"angular-gridster": "^0.13.14",
2016-11-08 14:49:37 +00:00
"angular-messages": "^1.5.8",
2016-11-02 10:56:44 +00:00
"angular-moment": "^1.0.0",
2016-11-09 21:55:40 +00:00
"angular-resizable": "^1.2.0",
"angular-resource": "^1.5.8",
2016-10-30 09:29:51 +00:00
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
2016-11-02 10:56:44 +00:00
"angular-toastr": "^2.1.1",
2016-11-07 16:09:11 +00:00
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.2.0",
2016-11-13 12:03:32 +00:00
"angular-vs-repeat": "^1.1.7",
2016-10-30 09:29:51 +00:00
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
2016-11-07 16:09:11 +00:00
"brace": "^0.9.0",
2016-11-21 14:16:27 +00:00
"cornelius": "git+https://github.com/restorando/cornelius.git",
2016-10-30 09:29:51 +00:00
"css-loader": "^0.25.0",
2016-11-06 12:40:05 +00:00
"d3": "^3.5.17",
"d3-cloud": "^1.2.1",
"debug": "^2.2.0",
2016-10-30 09:29:51 +00:00
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
2016-10-30 09:29:51 +00:00
"html-webpack-plugin": "^2.24.0",
2016-11-09 12:38:02 +00:00
"jquery": "^3.1.1",
2016-11-14 17:04:52 +00:00
"jquery-ui": "^1.12.1",
2016-11-21 16:44:08 +00:00
"leaflet": "^1.0.2",
"leaflet.markercluster": "^1.0.0",
2016-10-30 11:09:41 +00:00
"marked": "^0.3.6",
"material-design-iconic-font": "^2.2.0",
2016-10-30 11:09:41 +00:00
"moment": "^2.15.2",
2016-11-09 21:55:40 +00:00
"mousetrap": "^1.6.0",
"mustache": "^2.2.1",
2016-10-30 09:29:51 +00:00
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.2.0",
2016-11-28 07:51:51 +00:00
"pace-progress": "git+https://github.com/getredash/pace.git",
2016-11-22 10:27:14 +00:00
"pivottable": "^2.3.0",
"plotly.js": "^1.16.0",
2016-10-30 09:29:51 +00:00
"raw-loader": "^0.5.1",
2016-11-02 10:56:44 +00:00
"ui-select": "^0.19.6",
2016-10-30 09:29:51 +00:00
"underscore": "^1.8.3",
2016-10-30 11:09:41 +00:00
"underscore.string": "^3.3.4",
2016-10-30 09:29:51 +00:00
"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",
2016-11-24 20:08:17 +00:00
"eslint-plugin-import": "^2.0.1",
"webpack-build-notifier": "^0.1.13"
2016-10-30 09:29:51 +00:00
}
}