Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Last active June 24, 2018 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrejGajdos/5a24ec1a0dc358a4b2748c108fe56e00 to your computer and use it in GitHub Desktop.
Save AndrejGajdos/5a24ec1a0dc358a4b2748c108fe56e00 to your computer and use it in GitHub Desktop.
Project dependencies for implementing user authentication in Node.js, Passport, React, Redux. Whole file is available https://github.com/AndrejGajdos/auth-flow-spa-node-react/blob/master/package.json
{
"dependencies": {
"@koa/cors": "^2.2.1",
"axios": "^0.18.0",
"bcrypt": "^2.0.0",
"bootstrap": "^4.1.0",
"classnames": "^2.2.5",
"dotenv": "^6.0.0",
"find-config": "^1.0.0",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"koa": "^2.5.0",
"koa-body": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.2.0",
"koa-passport": "^4.0.1",
"koa-redis": "^3.1.2",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"lodash": "^4.17.10",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"popper.js": "^1.14.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-loadable": "^5.3.1",
"react-modal": "^3.4.4",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-tippy": "^1.2.2",
"redis": "^2.8.0",
"redis-commands": "^1.3.5",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment