{ "name": "lcbp3-frontend", "version": "1.4.4", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write ." }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@tanstack/react-query": "^5.90.11", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.555.0", "next": "14.2.33", "next-auth": "5.0.0-beta.30", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.66.1", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "uuid": "^13.0.0", "zod": "^4.1.13", "zustand": "^5.0.8" }, "devDependencies": { "@tanstack/react-query-devtools": "^5.91.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^11.0.0", "autoprefixer": "^10.4.22", "eslint": "^8", "eslint-config-next": "14.2.33", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }