-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.47 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
47
48
49
50
51
52
{
"name": "sound-news",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.6.8",
"@aws-amplify/ui-react": "^6.12.0",
"@aws-amplify/ui-react-notifications": "^2.2.10",
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-crypto/sha256-universal": "^5.2.0",
"@aws-sdk/client-cognito-identity-provider": "^3.876.0",
"@aws-sdk/credential-provider-node": "^3.876.0",
"@aws-sdk/credential-providers": "^3.876.0",
"@aws-sdk/protocol-http": "^3.370.0",
"@aws-sdk/signature-v4": "^3.370.0",
"@aws-sdk/types": "^3.862.0",
"@smithy/protocol-http": "^5.1.3",
"@smithy/signature-v4": "^5.1.3",
"@smithy/types": "^4.3.2",
"@stripe/stripe-js": "^7.9.0",
"aws-amplify": "^6.15.5",
"clsx": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.7",
"lucide-react": "^0.540.0",
"next": "15.5.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"stripe": "^18.5.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jsonwebtoken": "^9.0.10",
"@types/jwk-to-pem": "^2.0.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}