feat(ticket): add due date picker and contractor details to assign flow

This commit is contained in:
2026-07-03 16:07:08 +05:30
parent b6a0f04f1e
commit 26e15360f7
12 changed files with 723 additions and 64 deletions

View File

@@ -31,6 +31,7 @@
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"libphonenumber-js": "^1.13.7",
"lucide-react": "^0.548.0",
"motion": "^12.38.0",
@@ -38,11 +39,13 @@
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.0",
"react-day-picker": "^10.0.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.79.0",
"recharts": "2.15.4",
"sonner": "^1.7.4",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},