mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-16 18:03:56 +00:00
Basic UI updates
This commit is contained in:
parent
02e77a947c
commit
bfc2e94ef4
14 changed files with 1187 additions and 243 deletions
12
package.json
12
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue