-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1008 Bytes
/
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"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@libsql/client": "^0.14.0",
"@node-rs/argon2": "^2.0.2",
"@paralleldrive/cuid2": "^2.2.2",
"@upstash/redis": "^1.34.3",
"astro": "^5.1.1",
"bowser": "^2.11.0",
"drizzle-orm": "^0.38.3",
"ioredis": "^5.4.2",
"lucide-solid": "^0.468.0",
"nanoid": "^5.0.9",
"otplib": "^12.0.1",
"qrcode": "^1.5.4",
"query-string": "^9.1.1",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"ulid": "^2.3.0",
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"drizzle-kit": "^0.30.1"
}
}