package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "perplexica-frontend",
  3. "version": "1.11.0-rc2",
  4. "license": "MIT",
  5. "author": "ItzCrazyKns",
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "npm run db:push && next build",
  9. "start": "next start",
  10. "lint": "next lint",
  11. "format:write": "prettier . --write",
  12. "db:push": "drizzle-kit push"
  13. },
  14. "dependencies": {
  15. "@headlessui/react": "^2.2.0",
  16. "@iarna/toml": "^2.2.5",
  17. "@icons-pack/react-simple-icons": "^12.3.0",
  18. "@langchain/anthropic": "^0.3.24",
  19. "@langchain/community": "^0.3.49",
  20. "@langchain/core": "^0.3.66",
  21. "@langchain/google-genai": "^0.2.15",
  22. "@langchain/ollama": "^0.2.3",
  23. "@langchain/openai": "^0.6.2",
  24. "@langchain/textsplitters": "^0.1.0",
  25. "@tailwindcss/typography": "^0.5.12",
  26. "@xenova/transformers": "^2.17.2",
  27. "axios": "^1.8.3",
  28. "better-sqlite3": "^11.9.1",
  29. "clsx": "^2.1.0",
  30. "compute-cosine-similarity": "^1.1.0",
  31. "compute-dot": "^1.1.0",
  32. "drizzle-orm": "^0.40.1",
  33. "html-to-text": "^9.0.5",
  34. "jspdf": "^3.0.1",
  35. "langchain": "^0.3.30",
  36. "lucide-react": "^0.363.0",
  37. "mammoth": "^1.9.1",
  38. "markdown-to-jsx": "^7.7.2",
  39. "next": "^15.2.2",
  40. "next-themes": "^0.3.0",
  41. "pdf-parse": "^1.1.1",
  42. "react": "^18",
  43. "react-dom": "^18",
  44. "react-text-to-speech": "^0.14.5",
  45. "react-textarea-autosize": "^8.5.3",
  46. "sonner": "^1.4.41",
  47. "tailwind-merge": "^2.2.2",
  48. "winston": "^3.17.0",
  49. "yet-another-react-lightbox": "^3.17.2",
  50. "zod": "^3.22.4"
  51. },
  52. "devDependencies": {
  53. "@types/better-sqlite3": "^7.6.12",
  54. "@types/html-to-text": "^9.0.4",
  55. "@types/jspdf": "^2.0.0",
  56. "@types/node": "^20",
  57. "@types/pdf-parse": "^1.1.4",
  58. "@types/react": "^18",
  59. "@types/react-dom": "^18",
  60. "autoprefixer": "^10.0.1",
  61. "drizzle-kit": "^0.30.5",
  62. "eslint": "^8",
  63. "eslint-config-next": "14.1.4",
  64. "postcss": "^8",
  65. "prettier": "^3.2.5",
  66. "tailwindcss": "^3.3.0",
  67. "typescript": "^5"
  68. }
  69. }