Files
webSostenible/package.json
2024-10-01 12:58:56 +02:00

20 lines
394 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.0.4",
"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",
"@astrojs/svelte": "^5.7.1",
"astro": "^4.15.9",
"svelte": "^4.2.19"
}
}