Files
blog/package.json

21 lines
455 B
JSON

{
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource-variable/merriweather": "^5.2.6",
"astro": "^5.18.0",
"sharp": "^0.34.5"
},
"name": "astro",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}