refactor(all): shadcn rewrite

This commit is contained in:
z0x 2025-02-16 18:17:42 -05:00
parent a3c7945750
commit e111bdffb4
34 changed files with 1003 additions and 173 deletions

View file

@ -4,25 +4,32 @@
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.3.0",
"motion": "^11.18.2",
"@astrojs/check": "^0.9.4",
"@yeskunall/astro-umami": "^0.0.3",
"@astrojs/react": "^4.2.0",
"@biomejs/biome": "^1.9.4",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.6",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@yeskunall/astro-umami": "^0.0.4",
"astro": "^5.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"motion": "^12.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3",
"@biomejs/biome": "1.9.4"
"tailwindcss-animate": "^1.0.7"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp"
"@biomejs/biome"
]
}