{ "name": "eliza-mad-docket-frontend", "version": "1.0.0", "description": "Frontend for Eliza Kragh v. MAD court docket website", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "type-check": "tsc --noEmit" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "axios": "^1.13.2", "clsx": "^2.1.1", "joi": "^18.0.2", "lucide-react": "^0.561.0", "next": "^16.0.10", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hook-form": "^7.68.0", "react-pdf": "^10.2.0", "tailwind-merge": "^3.4.0", "zustand": "^5.0.9" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "@types/node": "^25.0.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "autoprefixer": "^10.4.23", "eslint": "^9.39.2", "eslint-config-next": "^16.0.10", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" }, "engines": { "node": ">=22.0.0" } }