Files
blog/package.json
T
2026-06-18 11:07:23 +08:00

18 lines
337 B
JSON

{
"name": "astro-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "astro build",
"clean": "astro sync",
"dev": "astro dev",
"preview": "astro preview",
"server": "astro dev"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.8"
}
}