-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "utils",
"version": "1.0.0",
"description": "All kinds of stuff for different use cases",
"license": "MIT-0",
"author": "Lauri Methuen",
"dependencies": {
"@aws-sdk/client-s3": "^3.986.0",
"@aws-sdk/client-ssm": "^3.969.0",
"@aws-sdk/s3-request-presigner": "^3.986.0",
"@codegenie/serverless-express": "^4.17.1",
"@tanstack/react-query": "^5.90.2",
"aws-amplify": "^6.16.2",
"aws-lambda": "^1.0.7",
"aws-xray-sdk-express": "^3.12.0",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"electrodb": "^3.5.3",
"express": "^5.2.1",
"framer-motion": "^12.23.22",
"howler": "^2.2.4",
"http-status": "^2.1.0",
"http-status-codes": "^2.3.0",
"lambda-log": "^3.1.0",
"next": "^15.5.4",
"react": "^19.1.1",
"react-use": "^17.6.0",
"usehooks-ts": "^3.1.1",
"zod": "^4.3.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.159",
"@types/express": "^5.0.6",
"@types/howler": "^2.2.12",
"@types/lambda-log": "^3.0.3",
"@types/node": "^24.6.0",
"@types/react": "^19.1.15",
"type-fest": "^5.0.1",
"typescript": "^5.9.2"
}
}