Files
webSostenible/package.json
h4ckx0r a5c7303c23
All checks were successful
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 10s
Verificar versión, Compilar y Desplegar / build (push) Successful in 26s
Verificar versión, Compilar y Desplegar / deploy (push) Successful in 10s
Arreglo logo
2024-10-29 10:14:37 +01:00

19 lines
370 B
JSON

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