{ | |
"name": "thecoded.prof-blog", | |
"type": "module", | |
"version": "0.0.1", | |
"scripts": { | |
"dev": "astro dev", | |
"start": "astro dev", | |
"build": "astro check && astro build", | |
"preview": "astro preview", | |
"astro": "astro" | |
}, | |
"dependencies": { | |
"@astrojs/mdx": "^2.3.1", | |
"@astrojs/rss": "^4.0.5", | |
"@astrojs/sitemap": "^3.1.4", | |
"sharp": "^0.33.3" | |
} | |
} |