-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.18 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
46
{
"name": "simple-stripe-checkout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.569.0",
"@aws-sdk/client-sesv2": "^3.569.0",
"@aws-sdk/credential-provider-node": "^3.569.0",
"@radix-ui/react-icons": "^1.3.0",
"aws-amplify": "^6.3.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"nodemailer": "^6.9.13",
"react": "^18",
"react-dom": "^18",
"stripe": "^15.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.3",
"@aws-amplify/backend-cli": "^1.0.4",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"aws-cdk": "^2.144.0",
"aws-cdk-lib": "^2.144.0",
"constructs": "^10.3.0",
"esbuild": "^0.21.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
}
}