{ "name": "ani-assistant", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "db:generate": "prisma generate", "db:push": "prisma db push", "db:migrate": "prisma migrate dev", "db:studio": "prisma studio", "db:setup": "tsx scripts/setup.ts", "db:seed": "tsx scripts/seed-admin.ts", "check-env": "tsx scripts/check-env.ts", "migrate-to-postgres": "tsx scripts/migrate-to-postgres.ts", "clear-sessions": "node scripts/clear-sessions.js", "test:openrouter": "node scripts/test-openrouter.js", "test:api": "node scripts/test-api.js", "test:account": "node scripts/test-account-api.js", "cleanup-images": "tsx scripts/cleanup-profile-images.ts", "verify-setup": "tsx scripts/verify-setup.ts" }, "dependencies": { "@ai-sdk/openai": "^1.3.23", "@assistant-ui/react-ai-sdk": "^0.10.15", "@auth/prisma-adapter": "^2.10.0", "@headlessui/react": "^2.2.7", "@prisma/client": "^6.12.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-tooltip": "^1.2.8", "@react-pdf/renderer": "^4.3.0", "@types/bcryptjs": "^2.4.6", "ai": "^4.3.19", "assistant-ui": "^0.0.56", "bcryptjs": "^3.0.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "dotenv": "^17.2.0", "html2canvas": "^1.4.1", "jsonwebtoken": "^9.0.2", "jspdf": "^3.0.1", "lucide-react": "^0.525.0", "next": "15.4.1", "next-auth": "^4.24.11", "next-themes": "^0.4.6", "node-fetch": "^3.3.2", "openai": "^5.10.1", "prisma": "^6.12.0", "react": "19.1.0", "react-day-picker": "^9.11.1", "react-dom": "19.1.0", "react-markdown": "^10.1.0", "react-paginate": "^8.3.0", "recharts": "^3.2.1", "rehype-highlight": "^7.0.2", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tsx": "^4.20.3" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^20.19.8", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10.4.21", "eslint": "^9", "eslint-config-next": "15.4.1", "postcss": "^8.5.6", "tailwindcss": "^3.4.0", "tw-animate-css": "^1.3.5", "typescript": "^5" } }