Files
webSostenible/package.json
h4ckx0r 632d415b4e
Some checks failed
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 11s
Verificar versión, Compilar y Desplegar / build (push) Failing after 18s
Verificar versión, Compilar y Desplegar / deploy (push) Has been skipped
Arreglado el error al compilar por una imagen
2024-11-13 21:44:48 +01:00

19 lines
371 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.3.3",
"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"
}
}