Files

18 lines
343 B
JSON
Raw Permalink Normal View History

{
"name": "qipaobuzz-static",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.2.0",
"gray-matter": "^4.0.3",
"marked": "^11.1.1"
}
}