23 lines
457 B
JSON
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.0.8",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@tailwindcss/vite": "^4.0.12",
|
|
"astro": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^5.0.0"
|
|
}
|
|
}
|