diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index eb04e83..4623f98 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,14 +12,21 @@ "@hookform/resolvers": "^5.0.1", "@radix-ui/react-dialog": "^1.1.11", "@radix-ui/react-label": "^2.1.4", + "@radix-ui/react-popover": "^1.1.11", + "@radix-ui/react-progress": "^1.1.4", + "@radix-ui/react-select": "^2.2.2", "@radix-ui/react-slot": "^1.2.0", + "@radix-ui/react-toast": "^1.2.11", "@tanstack/react-query": "^5.74.4", + "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "date-fns": "^3.6.0", "framer-motion": "^11.18.2", "lucide-react": "^0.503.0", "next": "15.3.1", "react": "^19.0.0", + "react-day-picker": "^8.10.1", "react-dom": "^19.0.0", "react-hook-form": "^7.56.1", "tailwind-merge": "^3.2.0", |