package.json
{ "name": "Mixer", "version": "1.0.0", "description": "The main Drinking Video Games site", "main": "server.js", "scripts": { "lint": "./node_modules/.bin/snazzy", "build": "./node_modules/.bin/webpack", "build-prod": "./node_modules/.bin/webpack --config webpack-prod.config.js --progress --colors", "clean": "rm ./public/js/bundle.js & rm ./public/js/bundle.js.map", "start": "node server.js", "pretest": "npm run lint", "prepush": "npm test", "test": "" }, "author": "Matthew Elphick", "contributors": [ "Matthew Elphick", "Thomas Mills", "Luke Thomas" ], "license": "ISC", "private": true, "dependencies": { "babel-runtime": "^6.18.0", "body-parser": "^1.15.2", "compression": "^1.6.2", "cors": "^2.8.1", "dotenv": "^2.0.0", "feathers": "^2.0.3", "feathers-authentication": "^1.0.2", "feathers-authentication-client": "^0.1.6", "feathers-authentication-jwt": "^0.3.1", "feathers-authentication-local": "^0.3.2", "feathers-blob": "^1.2.0", "feathers-configuration": "^0.4.1", "feathers-errors": "^2.5.0", "feathers-hooks": "^1.7.1", "feathers-hooks-common": "^2.0.3", "feathers-mongoose": "^3.6.2", "feathers-rest": "^1.6.0", "feathers-socketio": "^1.4.2", "fs-blob-store": "^5.2.1", "immutable": "^3.8.1", "localstorage-memory": "^1.0.2", "mailgun-js": "^0.8.1", "material-ui": "^0.16.7", "mkdirp": "^0.5.1", "mongoose": "^4.6.6", "mongoose-history": "^0.4.2", "morgan": "^1.7.0", "passport": "^0.3.2", "react": "^15.4.2", "react-contenteditable": "^2.0.2", "react-dom": "^15.3.1", "react-dropzone": "^3.7.3", "react-redux": "^4.4.5", "react-router": "^2.8.1", "react-tap-event-plugin": "^2.0.1", "redux": "^3.6.0", "redux-immutable": "^3.0.11", "redux-saga": "^0.12.1", "serve-favicon": "^2.3.0", "socket.io-client": "^1.5.1" }, "devDependencies": { "babel-core": "^6.14.0", "babel-loader": "^6.2.5", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "eslint": "^3.5.0", "http-proxy": "^1.15.1", "husky": "^0.11.7", "snazzy": "^5.0.0", "webpack": "^1.13.2", "webpack-dev-server": "^1.15.2" }, "standard": { "globals": [ "$", "swal" ], "ignore": [ "**/vendor/**" ] }}