-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.72 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.72 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
{
"name": "oauth-token-to",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "echo 'building...' && vite build && tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"dev": "vite dev --port 3001 --host",
"start": "echo 'starting server...' && node .output/server/index.mjs"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.0",
"@evervault/sdk": "^6.3.3",
"@hookform/resolvers": "^5.0.1",
"@june-so/analytics-next": "^4.0.0",
"@polar-sh/better-auth": "^1.0.1",
"@polar-sh/sdk": "^0.32.15",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@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-popover": "^1.1.14",
"@radix-ui/react-progress": "^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-tooltip": "^1.2.7",
"@sentry/tanstackstart-react": "^9.29.0",
"@tailwindcss/postcss": "^4.1.7",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-router-devtools": "^1.121.2",
"@tanstack/react-start": "^1.121.2",
"@tanstack/react-table": "^8.21.3",
"@uidotdev/usehooks": "^2.4.1",
"better-auth": "^1.2.8",
"chalk": "^5.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "^0.43.1",
"drizzle-zod": "^0.8.1",
"framer-motion": "^12.12.2",
"jose": "^6.0.11",
"logging": "^3.3.0",
"lucide-react": "^0.511.0",
"mixpanel": "^0.18.1",
"mixpanel-browser": "^2.65.0",
"motion": "^12.12.2",
"next-themes": "^0.4.6",
"pg": "^8.16.0",
"postgres": "^3.4.7",
"react": "^19.0.0",
"react-code-blocks": "^0.1.6",
"react-day-picker": "^9.7.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"sonner": "^2.0.3",
"sst": "^3.17.5",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"vinxi": "0.5.3",
"zod": "^3.25.42"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.9",
"@types/mixpanel-browser": "^2.60.0",
"@types/node": "^22.5.4",
"@types/react": "^19.0.8",
"@types/react-day-picker": "^5.3.0",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"ts-xxhash": "^1.0.6",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"xxhash"
]
}