-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "rewriteit-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@t3-oss/env-nextjs": "^0.11.0",
"arctic": "^1.9.2",
"argon2": "^0.40.3",
"cookies-next": "^4.2.1",
"drizzle-orm": "^0.33.0",
"lucia": "^3.2.0",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"pg": "^8.12.0",
"postgres": "^3.4.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"resend": "^3.5.0",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2",
"zsa": "^0.5.1",
"zsa-react": "^0.2.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.11.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"drizzle-kit": "^0.24.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}