This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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
44
45
46
{
"name": "gonari",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@aws-amplify/backend": "^1.16.0",
"@aws-amplify/backend-cli": "^1.5.0",
"@dotenvx/dotenvx": "^1.41.0",
"@types/aws-lambda": "^8.10.149",
"@types/dotenv": "^6.1.1",
"@types/node": "^22.14.1",
"aws-cdk": "^2.1003.0",
"aws-cdk-lib": "^2.180.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.2",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.11.1",
"@aws-sdk/client-bedrock-runtime": "^3.797.0",
"@aws-sdk/client-dynamodb": "^3.799.0",
"@aws-sdk/client-lambda": "^3.799.0",
"@aws-sdk/client-rds-data": "^3.787.0",
"@aws-sdk/client-rekognition": "^3.799.0",
"@aws-sdk/client-s3": "^3.797.0",
"@aws-sdk/client-textract": "^3.787.0",
"@aws-sdk/credential-provider-node": "^3.799.0",
"@aws-sdk/lib-dynamodb": "^3.799.0",
"@aws-sdk/protocol-http": "^3.370.0",
"@aws-sdk/s3-request-presigner": "^3.787.0",
"@aws-sdk/signature-v4": "^3.370.0",
"@smithy/protocol-http": "^5.1.0",
"@smithy/types": "^4.2.0",
"aws-amplify": "^6.14.3",
"dayjs": "^1.11.13",
"node-fetch": "^3.3.2"
}
}