-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 945 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@types/nodemailer": "^6.4.14",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"dotenv": "^16.0.3",
"next": "13.3",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-loading-skeleton": "^3.4.0",
"skycons": "^1.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"fetch": "^1.1.0",
"postcss": "^8.4.18",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.6.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}