-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.57 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.57 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm with-env next dev",
"build": "pnpm with-env next build",
"start": "pnpm with-env next start",
"lint": "next lint",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/s3-request-presigner": "^3.750.0",
"@clerk/nextjs": "^6.12.12",
"@hookform/resolvers": "^3.9.0",
"@internationalized/date": "^3.5.4",
"@planetscale/database": "^1.18.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.19.3",
"@upstash/redis": "^1.34.4",
"@yudiel/react-qr-scanner": "^2.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"config": "workspace:*",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"db": "workspace:*",
"drizzle-orm": "^0.39.3",
"drizzle-zod": "^0.7.0",
"email": "workspace:*",
"embla-carousel": "8.1.7",
"embla-carousel-react": "8.1.7",
"lucide-react": "^0.411.0",
"nanoid": "^5.0.7",
"next": "14.2.35",
"next-safe-action": "^7.9.3",
"no-profanity": "^1.5.1",
"react": "18.3.1",
"react-aria": "^3.33.1",
"react-confetti": "^6.1.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "7.52.1",
"react-loader-spinner": "^6.1.6",
"react-parallax-tilt": "^1.7.232",
"react-qr-code": "^2.0.15",
"react-stately": "^3.31.1",
"react-timer-hook": "^3.0.7",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.4.0",
"use-debounce": "^10.0.1",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"dotenv": "16.4.5",
"esbuild-register": "^3.5.0",
"jiti": "1.21.6",
"postcss": "8.4.39",
"tailwindcss": "3.4.6",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.3"
}
}