Newer
Older
"description": "Metabase Analytics Report Server",
"repository": "https://github.com/metabase/metabase",
Tom Robinson
committed
Tom Robinson
committed
"angular-cookies": "1.2.28",
"angular-http-auth": "1.2.1",
Tom Robinson
committed
"angular-resource": "1.2.28",
"angular-route": "1.2.28",
"crossfilter": "^1.3.12",
"humanize-plus": "^1.8.1",
"inflection": "^1.7.1",
"node-libs-browser": "^0.5.3",
Allen Gilliland
committed
"password-generator": "^2.0.1",
Tom Robinson
committed
Tom Robinson
committed
Tom Robinson
committed
"react-dom": "^0.14.7",
"react-draggable": "^1.1.3",
Tom Robinson
committed
"react-resizable": "^1.0.1",
"react-router": "1.0.0",
Tom Robinson
committed
"redux-promise": "^0.5.0",
"angular-mocks": "1.2.28",
"babel-eslint": "^6.0.0-beta.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"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",
"karma-chrome-launcher": "^0.2.0",
Tom Robinson
committed
"karma-nyan-reporter": "^0.2.2",
"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": "./node_modules/.bin/eslint --ext .js --ext .jsx --max-warnings 0 frontend/src",
"test": "./node_modules/.bin/karma start frontend/test/karma.conf.js --single-run --reporters nyan",
"test-watch": "./node_modules/.bin/karma start frontend/test/karma.conf.js --auto-watch --reporters nyan",
"test-e2e": "./node_modules/.bin/webdriver-manager update && ./node_modules/protractor/bin/protractor frontend/test/protractor-conf.js",
"build": "./node_modules/.bin/webpack",
"build-watch": "./node_modules/.bin/webpack --watch",
"build-hot": "NODE_ENV=hot ./node_modules/.bin/webpack && NODE_ENV=hot node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --content-base frontend",
"shrinkwrap": "npm prune && npm shrinkwrap --dev && ./bin/clean-shrinkwrap",
"start": "npm run build && lein ring server"
Tom Robinson
committed
}