-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 965 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@libsql/client": "^0.14.0",
"@types/xxhashjs": "^0.2.4",
"astro": "^5.1.1",
"astro-robots-txt": "^1.0.0",
"bowser": "^2.11.0",
"drizzle-orm": "^0.38.3",
"lucide-astro": "^0.469.0",
"nanoid": "^5.0.9",
"preact": "^10.25.4",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.17",
"valibot": "1.0.0-beta.9",
"xxhashjs": "^0.2.2",
"zod": "^3.24.1"
},
"devDependencies": {
"drizzle-kit": "^0.30.1",
"typescript": "^5.7.2"
}
}