-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.88 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.88 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "barberia",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"db:push": "drizzle-kit push --config=./drizzle.config.ts",
"db:studio": "drizzle-kit studio --config=./drizzle.config.ts",
"db:generate": "drizzle-kit generate --config=./drizzle.config.ts",
"db:migrate": "drizzle-kit migrate --config=./drizzle.config.ts",
"db:seed": "tsx --env-file .env src/drizzle/seed/seed.ts"
},
"dependencies": {
"@clerk/nextjs": "^6.33.2",
"@date-fns/tz": "^1.4.1",
"@hookform/resolvers": "^3.10.0",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "^1.2.7",
"@react-email/components": "^0.5.5",
"@react-email/tailwind": "^0.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.80.6",
"@types/bcrypt": "^5.0.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.44.2",
"lucide-react": "^0.453.0",
"mercadopago": "^2.8.0",
"next": "16.0.7",
"next-themes": "^0.4.6",
"pg": "^8.16.0",
"react": "19.2.1",
"react-day-picker": "8.10.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.57.0",
"resend": "^4.5.2",
"server-only": "^0.0.1",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.56"
},
"devDependencies": {
"@faker-js/faker": "^9.8.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.19.0",
"@types/nodemailer": "^6.4.17",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.15.4",
"@types/react": "19.2.7",
"@types/react-big-calendar": "^1.16.2",
"@types/react-dom": "19.2.3",
"@types/ws": "^8.18.1",
"drizzle-kit": "^0.31.5",
"oxlint": "^1.31.0",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"ws": "^8.18.3"
},
"pnpm": {
"overrides": {
"esbuild@<=0.24.2": ">=0.25.0"
}
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}