forked from aws-samples/iam-identity-center-team
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.87 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "team",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/api": "^6.0.17",
"@aws-amplify/graphql-transformer-core": "^2.4.5",
"@aws-amplify/ui-react": "^5.0.0",
"@awsui/collection-hooks": "^1.0.21",
"@awsui/components-react": "^3.0.312",
"@awsui/global-styles": "^1.0.10",
"@hookform/resolvers": "^2.8.8",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.18.0",
"aws-amplify": "^5.3.26",
"graphql-ttl-transformer": "^2.0.1",
"hermes-engine": "0.11.0",
"moment": "^2.29.1",
"postcss-flexbugs-fixes": "^5.0.2",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"sass": "^1.45.1",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"description": "Temporary Elevated Access Management is an automated, time-based approval workflow for granting and revoking elevated user permissions on AWS",
"main": "index.js",
"repository": {
"type": "git",
"url": "codecommit::us-east-1://pim@sso-pim"
},
"author": "taiwo awoyinfa",
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"json-loader": "^0.5.7"
},
"overrides": {
"@svgr/webpack": "^7.0.0",
"semver": "^7.5.3"
}
}