Files
astro-blog-demo/package.json
2025-01-09 13:37:34 +08:00

20 lines
395 B
JSON

{
"name": "smoggy-star",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.1",
"@astrojs/rss": "^4.0.11",
"astro": "^5.1.3",
"preact": "^10.25.4"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4"
}
}