Files
publish/package.json
voson 54109dd5b2
Some checks failed
deploy / build-and-deploy (push) Has been cancelled
init: astro publish site with newsletter, search, and actions workflow
2026-02-03 10:49:10 +08:00

22 lines
436 B
JSON

{
"name": "publish",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.17.1",
"sharp": "^0.34.3"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}