-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.48 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": "better-auth-next-app-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@daveyplate/better-auth-ui": "^3.2.5",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3",
"better-auth": "1.3.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.5",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"next-themes": "0.4.6",
"pg": "^8.16.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@better-auth/cli": "^1.3.14",
"@biomejs/biome": "2.2.4",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.2",
"@types/pg": "^8.15.5",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"dotenv": "^17.2.2",
"drizzle-kit": "^0.31.4",
"esbuild": "^0.25.10",
"tailwindcss": "^4.1.13",
"tailwindcss-safe-area": "^1.1.0",
"turbo": "^2.5.7",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {}
},
"packageManager": "pnpm@10.12.1"
}