{ "name": "lcbp3-frontend", "version": "1.5.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write .", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest run --coverage", "test:debug": "vitest --inspect-brk --no-file-parallelism" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@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-hover-card": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.2", "@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-separator": "^1.1.8", "@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", "@tanstack/react-table": "^8.21.3", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", "date-fns": "^4.1.0", "lucide-react": "^0.555.0", "next": "^16.0.7", "next-auth": "5.0.0-beta.30", "next-themes": "^0.4.6", "react": "^18", "react-day-picker": "^9.12.0", "react-dom": "^18", "react-dropzone": "^14.3.8", "react-hook-form": "^7.66.1", "reactflow": "^11.11.4", "sonner": "^2.0.7", "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", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^11.0.0", "@vitejs/plugin-react": "^5.1.2", "autoprefixer": "^10.4.22", "eslint": "^8", "eslint-config-next": "14.2.33", "jsdom": "^27.3.0", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5", "vitest": "^4.0.15" } }