-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 981 Bytes
/
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
{
"name": "bridgetownbluegrass2025",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev"
},
"dependencies": {
"@react-email/components": "^0.0.17",
"@types/nodemailer": "^6.4.15",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"formik": "^2.4.6",
"framer-motion": "^11.1.7",
"i": "^0.3.7",
"next": "14.2.3",
"nodemailer": "^6.9.13",
"npm": "^10.7.0",
"postmark": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"react-email": "^2.1.2",
"react-hook-form": "^7.51.4",
"react-icons": "^5.1.0",
"react-player": "^2.16.0",
"resend": "^3.2.0",
"stripe": "^15.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}