-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "hamradiowallet",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/client-sqs": "^3.679.0",
"@aws-sdk/s3-request-presigner": "^3.675.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/adm-zip": "^0.5.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/ua-parser-js": "^0.7.39",
"adm-zip": "^0.5.16",
"next": "15.0.1",
"passkit-generator": "^3.1.11",
"qrcode.react": "^4.0.1",
"react": "^18",
"react-card-flip": "^1.2.3",
"react-dom": "^18",
"sst": "3.2.38",
"ua-parser-js": "^1.0.39"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}