hugging-c-ai / package.json
NeoPy's picture
feat: Hugging-c-ai v2 — HF OAuth + multi-provider AI + HF bucket storage + Gradio
60faa09
Raw
History Blame Contribute Delete
1.05 kB
{
"name": "open-character-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.125.0",
"@gradio/client": "^2.5.1",
"@huggingface/hub": "^2.17.1",
"@huggingface/inference": "^4.13.28",
"@libsql/client": "^0.18.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/adapter-libsql": "^7.10.0",
"@prisma/client": "^7.8.0",
"@stripe/stripe-js": "^9.6.0",
"axios": "^1.16.1",
"clsx": "^2.1.1",
"groq-sdk": "^1.6.0",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"next-auth": "^4.24.14",
"openai": "^7.15.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.6.0",
"stripe": "^22.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"prisma": "^7.8.0",
"tailwindcss": "^4"
}
}