Perplexica/package.json

80 lines
2.3 KiB
JSON
Raw Normal View History

2024-04-09 16:21:05 +05:30
{
2025-03-19 16:23:27 +05:30
"name": "perplexica-frontend",
2025-07-16 10:39:50 +05:30
"version": "1.11.0-rc2",
2024-04-09 16:21:05 +05:30
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
"dev": "next dev --turbopack",
2025-03-20 09:47:12 +05:30
"build": "npm run db:push && next build",
"start": "next start",
2025-03-19 16:23:27 +05:30
"lint": "next lint",
"format:write": "prettier . --write",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate"
2024-04-09 16:21:05 +05:30
},
"dependencies": {
2025-03-19 16:23:27 +05:30
"@headlessui/react": "^2.2.0",
2024-04-20 09:32:19 +05:30
"@iarna/toml": "^2.2.5",
2025-03-19 16:23:27 +05:30
"@icons-pack/react-simple-icons": "^12.3.0",
"@langchain/anthropic": "^0.3.21",
"@langchain/community": "^0.3.45",
"@langchain/core": "^0.3.57",
"@langchain/google-genai": "^0.2.10",
"@langchain/groq": "^0.2.3",
"@langchain/langgraph": "^0.3.1",
"@langchain/ollama": "^0.2.0",
"@langchain/openai": "^0.5.12",
2025-03-19 16:23:27 +05:30
"@langchain/textsplitters": "^0.1.0",
"@mozilla/readability": "^0.6.0",
2025-03-19 16:23:27 +05:30
"@tailwindcss/typography": "^0.5.12",
2025-05-03 16:00:08 -06:00
"@types/react-syntax-highlighter": "^15.5.13",
2025-03-20 11:48:26 +05:30
"@xenova/transformers": "^2.17.2",
2025-03-19 16:23:27 +05:30
"axios": "^1.8.3",
"better-sqlite3": "^11.9.1",
"cheerio": "^1.1.0",
2025-03-19 16:23:27 +05:30
"clsx": "^2.1.0",
2024-04-09 16:21:05 +05:30
"compute-cosine-similarity": "^1.1.0",
"compute-dot": "^1.1.0",
2025-03-19 16:23:27 +05:30
"drizzle-orm": "^0.40.1",
"html-to-text": "^9.0.5",
"jsdom": "^26.1.0",
2025-05-29 19:13:20 +05:30
"jspdf": "^3.0.1",
"langchain": "^0.3.26",
"lucide-react": "^0.525.0",
2025-05-29 19:13:20 +05:30
"mammoth": "^1.9.1",
2025-03-19 16:23:27 +05:30
"markdown-to-jsx": "^7.7.2",
"next": "^15.2.2",
"next-themes": "^0.4.6",
"pdf-parse": "^1.1.1",
"playwright": "^1.52.0",
"react": "^19",
"react-dom": "^19",
2025-05-03 16:00:08 -06:00
"react-syntax-highlighter": "^15.6.1",
"react-text-to-speech": "^2.1.2",
2025-03-19 16:23:27 +05:30
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"winston": "^3.17.0",
"yet-another-react-lightbox": "^3.17.2",
2024-04-09 16:21:05 +05:30
"zod": "^3.22.4"
2025-03-19 16:23:27 +05:30
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/html-to-text": "^9.0.4",
"@types/jsdom": "^21.1.7",
2025-05-29 19:13:20 +05:30
"@types/jspdf": "^2.0.0",
2025-03-19 16:23:27 +05:30
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-03-19 16:23:27 +05:30
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.30.5",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
2024-04-09 16:21:05 +05:30
}
}