forked from awsdocs/aws-doc-sdk-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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-doc-sdk-examples/textract",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.13.0",
"@aws-sdk/client-cognito-identity": "^3.9.0",
"@aws-sdk/client-cognito-identity-provider": "^3.9.0",
"@aws-sdk/client-s3": "^3.9.0",
"@aws-sdk/client-sqs": "^3.9.0",
"@aws-sdk/client-textract": "^3.9.0",
"@aws-sdk/credential-provider-cognito-identity": "^3.9.0",
"bootstrap": "^5.0.0-beta3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.0",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"canvas": "^3.0.1"
},
"type": "module",
"engines": {
"node": ">=22 <23"
}
}