UNPKG

aws-cognito-react

Version:

aws-cognito-react primary goal is to provide user management services for a web App in a scalable serverless way.

45 lines (44 loc) 1.17 kB
{ "name": "aws-cognito-react", "version": "1.6.3", "description": "aws-cognito-react primary goal is to provide user management services for a web App in a scalable serverless way.", "repository": { "type": "git", "url": "https://github.com/dbroadhurst/aws-cognito-react" }, "keywords": [ "aws", "cognito", "users", "account", "react", "redux", "saga" ], "author": "David Broadhurst", "homepage": "http://cognito.dbroadhurst.net", "license": "MIT", "dependencies": { "aws-cognito-redux-saga": "^1.5.3", "aws-sdk": "^2.94.0", "material-ui": "^0.20.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-redux": "^5.0.5", "react-router-dom": "^4.1.1", "react-scripts": "1.0.17", "react-tap-event-plugin": "^3.0.2", "redux": "^3.6.0", "redux-form": "^7.2.0", "redux-form-material-ui": "^4.2.0", "redux-saga": "^0.16.0", "validator": "^9.2.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "server": "http-server build" } }