Files
lbfalvy.com/package.json
2025-01-24 23:58:51 +01:00

17 lines
340 B
JSON

{
"name": "www-lbfalvy-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9"
}
}