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
|
{
"name": "md-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.10",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.15.6",
"katex": "^0.16.25",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.5"
},
"devDependencies": {
"astro-themes": "^0.2.7"
}
}
|