generated from chirag3003/next-ts-tailwind-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
47
48
49
50
51
52
53
{
"private": true,
"name": "next13-tailwind-template",
"version": "0.1.0",
"engines": {
"node": "20.x"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-email/components": "^0.0.16",
"@react-email/render": "^0.0.12",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "20.12.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.19",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.14",
"framer-motion": "^11.11.1",
"http-status-codes": "^2.3.0",
"lucide-react": "^0.368.0",
"next": "^14.2.14",
"nodemailer": "^6.9.15",
"postcss": "8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-hook-form": "^7.53.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/nodemailer": "^6.4.16"
}
}