{ "name": "web-ui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "api:types": "openapi-typescript https://legal-ai.nautilus.marcusgroup.org/openapi.json -o src/lib/api/types.ts" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.97.0", "@tanstack/react-table": "^8.21.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.8.0", "next": "16.2.3", "radix-ui": "^1.4.3", "react": "19.2.4", "react-dom": "19.2.4", "react-dropzone": "^15.0.0", "react-hook-form": "^7.72.1", "shadcn": "^4.2.0", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "zod": "^4.3.6" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.3", "openapi-typescript": "^7.13.0", "tailwindcss": "^4", "typescript": "^5" } }