- ExtractionForm: PDF dropzone (react-dropzone) + text textarea + case selector - ExtractionResults: review table with edit/remove per row, confidence color-coding - Page at /ai/extract: upload -> analyze -> review -> adopt deadlines to case - Extended API client with postFormData for multipart uploads - Added ExtractedDeadline and ExtractionResponse types
35 lines
815 B
JSON
35 lines
815 B
JSON
{
|
|
"name": "kanzlai-mgmt",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/ssr": "^0.9.0",
|
|
"@supabase/supabase-js": "^2.100.0",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^1.6.0",
|
|
"next": "15.5.14",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-dropzone": "^15.0.0",
|
|
"sonner": "^2.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@tailwindcss/postcss": "^4",
|
|
"tailwindcss": "^4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.14",
|
|
"@eslint/eslintrc": "^3"
|
|
}
|
|
}
|