46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"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": "^3.1.0",
|
|
"axios": "^1.4.0",
|
|
"clsx": "^2.0.0",
|
|
"joi": "^17.9.0",
|
|
"lucide-react": "^0.263.0",
|
|
"next": "^15.3.4",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-hook-form": "^7.45.0",
|
|
"react-pdf": "^7.3.0",
|
|
"tailwind-merge": "^1.14.0",
|
|
"zustand": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-next": "^15.3.4",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|