19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "websostenible",
|
|
"type": "module",
|
|
"version": "0.3.8",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"devhost": "astro dev --host",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.9",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"astro": "^4.16.10"
|
|
}
|
|
}
|