Newer
Older
"description": "Metabase Analytics Report Server",
"repository": "https://github.com/metabase/metabase",
"angular-cookies": "^1.2.30",
"angular-http-auth": "1.2.1",
"angular-resource": "^1.2.30",
"angular-route": "^1.2.30",
"crossfilter": "^1.3.12",
Tom Robinson
committed
"humanize-plus": "^1.8.1",
"inflection": "^1.7.1",
Tom Robinson
committed
"node-libs-browser": "^0.5.3",
Allen Gilliland
committed
"password-generator": "^2.0.1",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-addons-perf": "^15.2.1",
"react-addons-shallow-compare": "^15.2.1",
Tom Robinson
committed
"react-draggable": "^1.1.3",
"react-leaflet": "^0.12.1",
Tom Robinson
committed
"react-redux": "^4.4.5",
Tom Robinson
committed
"react-resizable": "^1.0.1",
Tom Robinson
committed
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
Tom Robinson
committed
Tom Robinson
committed
"redux-auth-wrapper": "^0.6.0",
Tom Robinson
committed
"redux-promise": "^0.5.0",
Tom Robinson
committed
"redux-router": "^2.1.2",
"angular-mocks": "1.2.28",
"babel-eslint": "^6.0.0-beta.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint-plugin-react": "^4.1.0",
"exports-loader": "^0.6.3",
"flow-bin": "^0.24.2",
"flow-status-webpack-plugin": "^0.1.4",
"imports-loader": "^0.6.5",
"karma-chrome-launcher": "^0.2.0",
Tom Robinson
committed
"karma-nyan-reporter": "^0.2.2",
"karma-webpack": "^1.7.0",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.1",
"postcss-url": "^5.1.1",
Tom Robinson
committed
"scripts": {
"lint": "eslint --ext .js --ext .jsx --max-warnings 0 frontend/src",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"test": "karma start frontend/test/karma.conf.js --single-run --reporters nyan",
"test-watch": "karma start frontend/test/karma.conf.js --auto-watch --reporters nyan",
"test-e2e": "webdriver-manager update && protractor frontend/test/protractor-conf.js",
"build": "webpack",
"build-watch": "webpack --watch",
"build-hot": "NODE_ENV=hot webpack && NODE_ENV=hot webpack-dev-server --hot --inline --content-base frontend",
"shrinkwrap": "npm prune && npm shrinkwrap --dev && ./bin/clean-shrinkwrap",
Tom Robinson
committed
}