-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "nix",
"version": "2.0.1",
"scripts": {
"dev": "next dev --turbo",
"lint": "biome format --write .",
"build": "next build",
"start": "next start",
"db:push": "drizzle-kit push",
"db:std": "drizzle-kit studio",
"check:lint": "biome check --fix --unsafe"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.59.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.34.1",
"hono": "^4.6.9",
"lucide-react": "^0.453.0",
"next": "^15.0.2",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.3.0",
"nuqs": "^2.1.1",
"postgres": "^3.4.5",
"react": "rc",
"react-dom": "rc",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query-devtools": "^5.59.19",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"drizzle-kit": "^0.25.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}