-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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
{
"name": "stitch-sense",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "vercel --prod"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@react-google-maps/api": "^2.19.3",
"framer-motion": "^11.3.21",
"next": "14.2.5",
"nextjs-toploader": "^1.6.12",
"nodemailer": "^6.9.14",
"react": "^18",
"react-card-flip": "^1.2.3",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-parallax": "^3.5.1",
"uniqid": "^5.4.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uniqid": "^5.3.4",
"daisyui": "^4.12.10",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}