{ "private": true, "scripts": { "start": "docker-compose up", "build": "NODE_ENV=production webpack -p --json > stats.json", "lint": "eslint modules", "test": "jest" }, "dependencies": { "babel-core": "^6.26.3", "babel-plugin-syntax-export-extensions": "^6.13.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.14", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babel-register": "^6.26.0", "basic-auth": "^2.0.0", "body-parser": "^1.18.2", "cors": "^2.8.1", "countries-list": "^1.3.2", "date-fns": "^1.28.1", "etag": "^1.8.0", "express": "^4.15.2", "gunzip-maybe": "^1.4.0", "invariant": "^2.2.2", "isomorphic-fetch": "^2.2.1", "jsonwebtoken": "^8.1.0", "mime": "^1.4.0", "morgan": "^1.8.1", "ndjson": "^1.5.0", "node-forge": "^0.7.1", "pretty-bytes": "^3", "prop-types": "^15.5.8", "raven": "^2.6.3", "react": "^15.5.4", "react-dom": "^15.5.4", "react-motion": "^0.4.7", "react-router-dom": "^4.0.0", "redis": "^2.7.1", "semver": "^5.3.0", "sort-by": "^1.2.0", "sri-toolbox": "^0.2.0", "tar-stream": "^1.6.1", "throng": "^4.0.0", "validate-npm-package-name": "^3.0.0", "warning": "^3.0.0", "whatwg-url": "^6.4.0" }, "devDependencies": { "babel-eslint": "^8.0.3", "babel-jest": "^23.4.2", "babel-loader": "^7.1.2", "css-loader": "0.26.1", "errorhandler": "^1.5.0", "eslint": "^4.13.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-react": "^7.5.1", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "0.10.0", "html-loader": "^0.5.1", "jest": "^22.4.4", "markdown-loader": "^2.0.1", "nodemon": "^1.18.3", "style-loader": "0.13.1", "supertest": "^3.0.0", "url-loader": "0.5.7", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1", "whatwg-fetch": "2.0.2" }, "engines": { "node": "8" }, "jest": { "moduleNameMapper": { "\\.css$": "/modules/__mocks__/styleMock.js" }, "testPathIgnorePatterns": [ "/node_modules/", "__tests__/utils" ] } }