forensix-ai-nextjs / package.json
muthuk1's picture
feat: complete UI redesign, theme system, and PDF analysis fixes
9318cf1
{
"name": "forensix-final",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.63",
"@huggingface/inference": "^4.13.15",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.105.4",
"@types/pdf-parse": "^1.1.5",
"ai": "^6.0.177",
"autoprefixer": "^10.5.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^1.14.0",
"motion": "^12.38.0",
"next": "14.2.35",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"recharts": "^3.8.1",
"tailwind-merge": "^3.5.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.0",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"postcss": "^8.5.14",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}