-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "wangjunjian-blog",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"embed": "node --import tsx/esm scripts/embed-posts.ts",
"search": "node --import tsx/esm scripts/search-cli.ts",
"related": "node --import tsx/esm scripts/compute-related.ts"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.8",
"fuse.js": "^7.4.2",
"highlight.js": "^11.11.1",
"katex": "^0.16.21",
"marked": "^18.0.2",
"openai": "^4.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.3",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"dotenv": "^16.4.0",
"gray-matter": "^4.0.3",
"tsx": "^4.0.0",
"vite-tsconfig-paths": "^6.1.1"
},
"overrides": {
"vite": "^7"
}
}