forked from dbroadhurst/aws-cognito-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "aws-cognito-react",
"version": "1.8.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.7",
"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.3.2",
"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"
}
}