Files
webSostenible/package.json
h4ckx0r 5af43c36ee
All checks were successful
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 2s
Verificar versión, Compilar y Desplegar / build (push) Has been skipped
Verificar versión, Compilar y Desplegar / deploy (push) Has been skipped
Quitamos svelte para dejar astro que hace lo mismo para nosotros
2024-10-01 14:30:43 +02:00

18 lines
336 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.0.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.7",
"astro": "^4.15.9"
}
}