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
|
{
"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.2.2",
"@astrojs/react": "^4.2.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"astro": "^5.5.5",
"katex": "^0.16.21",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"astro-themes": "^0.2.5"
}
}
|