-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 739 Bytes
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
{
"name": "xsuz.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"article-gen": "tsx ./cli/article_gen.ts",
"article-update": "tsx ./cli/article_update.ts"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.3",
"astro-expressive-code": "^0.41.3",
"katex": "^0.16.25",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@inquirer/prompts": "^7.9.0",
"@types/node": "^24.8.0",
"tsx": "^4.20.6"
}
}