Basic UI updates

This commit is contained in:
Harivansh Rathi 2024-11-26 18:04:18 -05:00
parent 02e77a947c
commit bfc2e94ef4
14 changed files with 1187 additions and 243 deletions

View file

@ -9,11 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@shadcn/ui": "^0.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^10.16.4",
"lucide-react": "^0.460.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"framer-motion": "^10.16.4",
"react-intersection-observer": "^9.5.2"
"react-intersection-observer": "^9.5.2",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/react": "^18.2.15",
@ -24,4 +30,4 @@
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}
}