Files
cachetdeco/package.json
2026-03-12 22:33:26 -04:00

35 lines
840 B
JSON

{
"name": "cachetdeco",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/geist": "^5.2.8",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react-dom": "^19.2.3",
"astro": "^5.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.0.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@types/react": "^19.2.14"
}
}