-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "drizzle-kit migrate && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:migrate:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@hookform/resolvers": "5.4.0",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-slot": "1.2.4",
"@teispace/next-themes": "0.5.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dotenv": "17.4.2",
"drizzle-orm": "0.45.2",
"lucide-react": "1.16.0",
"mailersend": "2.6.0",
"next": "16.2.6",
"next-intl": "4.12.0",
"pg": "8.21.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "7.76.1",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"tw-animate-css": "1.4.0",
"zod": "4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@tailwindcss/postcss": "4.3.0",
"@types/node": "24.3.0",
"@types/pg": "8.15.5",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"drizzle-kit": "0.31.10",
"eslint": "9.34.0",
"eslint-config-next": "15.5.2",
"tailwindcss": "4.3.0",
"typescript": "5.8.3"
}
}