Newer
Older
"description": "Metabase Analytics Report Server",
"repository": "https://github.com/metabase/metabase-init",
"license": "private",
"engines": {
"node": "0.10.25"
},
"dependencies": {
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",
"angular-ui-ace": "0.2.3",
"angular-ui-bootstrap": "^0.12.1",
"crossfilter": "^1.3.12",
"d3": "^3.5.6",
"dc": "^2.0.0-beta.14",
Tom Robinson
committed
"fixed-data-table": "^0.4.7",
"humanize-plus": "^1.5.0",
"inflection": "^1.7.1",
"moment": "^2.10.6",
Tom Robinson
committed
Allen Gilliland
committed
"password-generator": "^2.0.1",
Tom Robinson
committed
"react-grid-layout": "^0.8.5",
Tom Robinson
committed
"react-redux": "^0.9.0",
"redux": "^1.0.1",
"redux-actions": "^0.7.0",
"redux-devtools": "^1.0.2",
"redux-logger": "0.0.3",
"redux-promise": "^0.5.0",
"redux-thunk": "^0.1.0",
"reselect": "0.0.2",
"underscore": "^1.8.3",
"z-index": "0.0.1"
"angular-mocks": "1.2.28",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.3",
"css-loader": "^0.14.4",
"cssnext-loader": "^1.0.1",
"eslint": "^1.3.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.3.0",
"extract-text-webpack-plugin": "^0.8.1",
"glob": "^5.0.10",
"istanbul-instrumenter-loader": "^0.1.3",
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.2.0",
Tom Robinson
committed
"karma-coverage": "^0.4.2",
Tom Robinson
committed
"karma-nyan-reporter": "^0.2.2",
Tom Robinson
committed
"protractor": "^2.1.0",
Tom Robinson
committed
"scripts": {
Allen Gilliland
committed
"lint": "./node_modules/eslint/bin/eslint.js frontend/src",
"test": "./node_modules/karma/bin/karma start frontend/test/karma.conf.js --single-run --reporters nyan",
"test-watch": "./node_modules/karma/bin/karma start frontend/test/karma.conf.js --auto-watch --reporters nyan",
"test-e2e": "./node_modules/protractor/bin/webdriver-manager update && ./node_modules/protractor/bin/protractor frontend/test/protractor-conf.js",
Tom Robinson
committed
"build": "./node_modules/webpack/bin/webpack.js",
"build-watch": "./node_modules/webpack/bin/webpack.js --watch",
"build-hot": "NODE_ENV=hot ./node_modules/webpack/bin/webpack.js && NODE_ENV=hot node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --content-base frontend",
Allen Gilliland
committed
"shrinkwrap": "npm shrinkwrap --dev",
"start": "npm run build && lein ring server"
Tom Robinson
committed
}