37 lines
919 B
JSON
37 lines
919 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",
|
|
"embla-carousel-autoplay": "^8.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"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"
|
|
}
|
|
}
|