We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0734527 commit e9417e2Copy full SHA for e9417e2
3 files changed
apps/registry/package.json
@@ -9,11 +9,8 @@
9
"deploy": "wrangler deploy"
10
},
11
"dependencies": {
12
- "@astrojs/cloudflare": "catalog:",
13
- "@astrojs/solid-js": "catalog:",
14
"@better-auth/passkey": "catalog:",
15
"@neondatabase/serverless": "^1.0.2",
16
- "@tailwindcss/vite": "catalog:",
17
"astro": "catalog:",
18
"better-auth": "catalog:",
19
"drizzle-orm": "catalog:",
@@ -23,7 +20,10 @@
23
20
"zod": "catalog:"
24
21
25
22
"devDependencies": {
+ "@astrojs/cloudflare": "catalog:",
+ "@astrojs/solid-js": "catalog:",
26
"@better-auth/cli": "catalog:",
+ "@tailwindcss/vite": "catalog:",
27
"wrangler": "catalog:"
28
}
29
0 commit comments