carpa-astro/package.json

25 lines
539 B
JSON

{
"name": "carpa_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@iconify-json/clarity": "^1.2.4",
"@iconify-json/ph": "^1.2.2",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.4",
"astro-breadcrumbs": "^3.3.1",
"astro-icon": "^1.1.5",
"daisyui": "^5.3.7",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}