-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "next-js-full-stack-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.6.0",
"@kinde-oss/kinde-auth-nextjs": "^2.3.6",
"@material-tailwind/react": "^2.1.9",
"@prisma/client": "^5.17.0",
"@react-email/components": "^0.0.19",
"@react-email/tailwind": "^0.0.18",
"lodash": "^4.17.21",
"next": "14.2.3",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.1",
"resend": "^0.16.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.2.19",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}