77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "heroku local",
|
|
"build": "NODE_ENV=production webpack -p --json > stats.json",
|
|
"lint": "eslint modules",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.2.0",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"body-parser": "^1.18.2",
|
|
"cheerio": "^1.0.0-rc.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",
|
|
"lru-cache": "^5.1.1",
|
|
"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-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-jest": "^23.4.2",
|
|
"babel-loader": "^8.0.4",
|
|
"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",
|
|
"file-loader": "^2.0.0",
|
|
"html-loader": "^0.5.5",
|
|
"jest": "^22.4.4",
|
|
"markdown-loader": "^2.0.1",
|
|
"mini-css-extract-plugin": "^0.4.5",
|
|
"nodemon": "^1.18.3",
|
|
"style-loader": "0.13.1",
|
|
"supertest": "^3.0.0",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.27.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-server": "^3.1.10",
|
|
"whatwg-fetch": "2.0.2"
|
|
}
|
|
}
|