-
-
Notifications
You must be signed in to change notification settings - Fork 230
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
{
"name": "relivator",
"version": "1.4.1",
"type": "module",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"db:push": "drizzle-kit push",
"db:auth": "bun addons/better.ts",
"db:studio": "drizzle-kit studio",
"ui": "bun x --bun shadcn@canary add",
"latest": "bun update --latest && bun check",
"check": "tsc --noEmit && knip && eslint . && biome check --write ."
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-form": "^1.2.3",
"@vercel/speed-insights": "^1.2.0",
"better-auth": "^1.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.41.0",
"framer-motion": "^12.6.3",
"fs-extra": "^11.3.0",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next-themes": "^0.4.6",
"pathe": "^2.0.3",
"pg": "^8.14.1",
"postgres": "^3.4.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint-react/eslint-plugin": "^1.40.1",
"@eslint/js": "^9.23.0",
"@tailwindcss/postcss": "^4.1.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.17",
"@types/pg": "^8.11.11",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"drizzle-kit": "^0.30.6",
"eslint": "^9.23.0",
"execa": "^9.5.2",
"knip": "^5.46.5",
"magic-string": "^0.30.17",
"tailwindcss": "^4.1.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
}
}