-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
55 lines (55 loc) · 1.38 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
51
52
53
54
55
{
"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.2.18",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"aws-amplify": "^4.3.0",
"axios": "^0.27.2",
"jwt-decode": "^3.1.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.3.0",
"redux": "^4.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.2.1",
"cypress": "^6.3.0",
"mocha": "^10.1.0",
"mochawesome": "^4.1.0",
"nth-check": ">=2.0.1",
"react-app-rewired": "^2.1.8",
"react-scripts": "^5.0.1",
"start-server-and-test": "^1.14.0"
},
"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"
]
}
}