Files
webSostenible/package.json
h4ckx0r df6fa1e8a2
Some checks failed
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 10s
Verificar versión, Compilar y Desplegar / build (push) Failing after 20s
Verificar versión, Compilar y Desplegar / deploy (push) Has been skipped
Arreglo imagen
2024-11-05 09:44:50 +01:00

19 lines
370 B
JSON

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