open-chatbot / package.json
romizone's picture
Upload folder using huggingface_hub
c730f0b verified
{
"name": "chatbot-next",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.44",
"@ai-sdk/deepseek": "^2.0.20",
"@ai-sdk/openai": "^3.0.29",
"@ai-sdk/react": "^3.0.88",
"ai": "^6.0.86",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"katex": "^0.16.28",
"lucide-react": "^0.564.0",
"mammoth": "^1.11.0",
"next": "16.1.6",
"pdf-parse": "^2.4.5",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.4.0",
"tesseract.js": "^5.1.1",
"uuid": "^13.0.0",
"word-extractor": "^1.0.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"shadcn": "^3.8.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}