-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "astro-auth",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/solid-js": "^5.0.8",
"@astrojs/vercel": "^8.1.3",
"@fontsource-variable/inter": "^5.2.5",
"@libsql/client": "^0.14.0",
"@node-rs/argon2": "^2.0.2",
"@tailwindcss/vite": "^4.1.4",
"astro": "^5.7.4",
"bowser": "^2.11.0",
"drizzle-orm": "^0.38.4",
"ioredis": "^5.6.1",
"lucide-solid": "^0.468.0",
"nanoid": "^5.1.5",
"otplib": "^12.0.1",
"qrcode": "^1.5.4",
"solid-js": "^1.9.5",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"uuid": "^11.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/qrcode": "^1.5.5",
"drizzle-kit": "^0.30.6"
}
}