Files
webSostenible/package.json
2024-10-14 21:27:02 +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.8",
"astro": "^4.16.3"
}
}