Files
webSostenible/package.json
h4ckx0r 871b916f7c
All checks were successful
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 12s
Verificar versión, Compilar y Desplegar / build (push) Successful in 34s
Verificar versión, Compilar y Desplegar / deploy (push) Successful in 11s
Mejora gráfica de la web
2024-11-06 21:52:44 +01:00

19 lines
370 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.3.0",
"scripts": {
"dev": "astro dev",
"devhost": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.3"
}
}