-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.32 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
{
"name": "dev-blog",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.0",
"@astrojs/node": "^10.0.4",
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.0.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.1",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^12.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.469.0",
"marked": "^17.0.5",
"marked-highlight": "^2.2.3",
"marked-katex-extension": "^5.1.7",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.0",
"tailwindcss": "^4.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@tailwindcss/typography": "^0.5.16",
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.13",
"drizzle-kit": "^0.31.10",
"typescript": "^5.9.3"
},
"overrides": {
"vite": "^7"
}
}