-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
120 lines (120 loc) · 3.68 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "dew",
"version": "0.9.9-beta",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev --turbopack",
"lint": "biome lint",
"start": "next start",
"email": "dotenv \"email dev --dir src/emails --port 3500\"",
"format:check": "biome format",
"format": "biome format --write .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.7.4",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@react-email/components": "0.0.31",
"@react-pdf/renderer": "^4.1.5",
"@sentry/nextjs": "8.45.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-table": "^8.20.6",
"@trpc/client": "11.0.0-rc.660",
"@trpc/next": "11.0.0-rc.660",
"@trpc/react-query": "11.0.0-rc.660",
"@trpc/server": "11.0.0-rc.660",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.38.2",
"export-to-csv": "^1.4.0",
"geist": "^1.3.1",
"jsbarcode": "^3.11.6",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.4",
"papaparse": "^5.4.1",
"postgres": "^3.4.5",
"posthog-js": "^1.200.1",
"react": "^19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-email": "3.0.4",
"react-hook-form": "^7.54.1",
"react-payment-inputs": "^1.2.0",
"recharts": "^2.15.0",
"resend": "^4.0.1",
"server-only": "^0.0.1",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"vaul": "^1.1.2",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.2",
"@types/papaparse": "^5.3.15",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"@types/react-payment-inputs": "^1.1.4",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.4",
"drizzle-kit": "^0.30.1",
"pg": "^8.13.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"ct3aMetadata": {
"initVersion": "7.24.2"
},
"packageManager": "pnpm@9.15.0",
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0"
}
}
}