forked from awslabs/aws-amplify-identity-broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
44
45
46
47
48
49
50
{
"name": "AmplifyIdentityBroker",
"version": "1.0.0",
"license": "MIT License",
"repository": "github:awslabs/aws-amplify-identity-broker",
"private": true,
"description": "AWS Amplify Identity Broker is a login federation solution supporting OIDC, SAML and social federation",
"dependencies": {
"@aws-amplify/ui-react": "^1.0.5",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"aws-amplify": "^3.3.25",
"axios": "^0.21.1",
"jwt-decode": "^3.1.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-responsive": "^8.1.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.6",
"react-app-rewired": "^2.1.6",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}