feat(page-representatives-employers): creat page-representatives employers
Showing
| ... | ... | @@ -38,6 +38,7 @@ |
| "@radix-ui/react-toggle-group": "^1.1.11", | ||
| "@radix-ui/react-tooltip": "^1.2.8", | ||
| "@tanstack/react-query": "^5.90.5", | ||
| "@uidotdev/usehooks": "^2.4.1", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "cmdk": "^1.1.1", | ||
| ... | ... | @@ -45,6 +46,7 @@ |
| "dayjs": "^1.11.19", | ||
| "embla-carousel-react": "^8.6.0", | ||
| "html-react-parser": "^5.2.7", | ||
| "lodash-es": "^4.17.21", | ||
| "lucide-react": "^0.548.0", | ||
| "next": "16.0.1", | ||
| "next-nprogress-bar": "^2.4.7", | ||
| ... | ... | @@ -55,14 +57,13 @@ |
| "react-hook-form": "^7.65.0", | ||
| "react-resizable-panels": "^3.0.6", | ||
| "sonner": "^2.0.7", | ||
| "swiper": "^12.0.3", | ||
| "tailwind-merge": "^3.3.1", | ||
| "tailwindcss-animate": "^1.0.7", | ||
| "uuid": "^13.0.0", | ||
| "vaul": "^1.1.2", | ||
| "zod": "^4.1.12", | ||
| "zustand": "^5.0.8", | ||
| "swiper": "^12.0.3", | ||
| "uuid": "^13.0.0" | ||
| "zustand": "^5.0.8" | ||
| }, | ||
| "devDependencies": { | ||
| "@tailwindcss/postcss": "^4", | ||
| ... | ... |
src/hooks/use-debounce.ts
0 → 100644
src/hooks/use-mobile.d.ts
0 → 100644
src/hooks/use-mobile.ts
0 → 100644
src/hooks/use-screen-size.ts
0 → 100644
Please register or sign in to comment