2023-05-30 17:12:28 +02:00
|
|
|
{
|
|
|
|
|
"name": "nzambello.dev",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/mdx": "^0.19.1",
|
|
|
|
|
"@astrojs/rss": "^2.4.1",
|
|
|
|
|
"@astrojs/sitemap": "^1.3.0",
|
|
|
|
|
"astro": "^2.4.1"
|
|
|
|
|
}
|
2023-05-31 10:10:31 +02:00
|
|
|
}
|