Files
publish/package.json

22 lines
436 B
JSON

{
"name": "publish",
"type": "module",
"version": "0.1.0",
"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"
}
}