redash/frontend/package.json

57 lines
1.6 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",
"build": "NODE_ENV=production node node_modules/.bin/webpack"
},
"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-resource": "^1.5.8",
2016-10-30 09:29:51 +00:00
"angular-route": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
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",
"css-loader": "^0.25.0",
"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-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",
"mustache": "^2.2.1",
2016-10-30 09:29:51 +00:00
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.2.0",
2016-10-31 22:40:53 +00:00
"ng-table": "^2.1.0",
2016-10-30 09:29:51 +00:00
"raw-loader": "^0.5.1",
"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",
"eslint-plugin-import": "^2.0.1"
}
}