Raj718's picture
feat: Complete Task 3 - Document Processing Pipeline with comprehensive TDD implementation
ea8da24
{
"name": "leaseguard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@clerk/nextjs": "^6.27.1",
"@google/generative-ai": "^0.21.0",
"@supabase/supabase-js": "^2.53.0",
"@types/uuid": "^10.0.0",
"langchain": "^0.3.30",
"lucide-react": "^0.532.0",
"next": "15.4.4",
"pdfjs-dist": "^5.4.54",
"react": "19.1.0",
"react-dom": "19.1.0",
"redis": "^5.6.1",
"tesseract.js": "^6.0.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/pdfjs-dist": "^2.10.377",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}