Files
webSostenible/package.json
2025-03-25 09:45:11 +01:00

23 lines
457 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.3.9",
"scripts": {
"dev": "astro dev",
"devhost": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.1",
"@astrojs/sitemap": "^3.3.0",
"@tailwindcss/vite": "^4.0.12",
"astro": "^5.5.4"
},
"devDependencies": {
"daisyui": "^5.0.0"
}
}