chat-indic-ui / package.json
sam2ai's picture
Synced repo using 'sync_with_huggingface' Github Action
0971cc4 verified
{
"name": "nextjs-vllm-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"ai": "^3.0.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"mistral-tokenizer-js": "^1.0.0",
"next": "14.1.4",
"next-themes": "^0.3.0",
"openai": "^4.30.0",
"react": "^18",
"react-code-blocks": "^0.1.6",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"use-debounce": "^10.0.0",
"use-local-storage-state": "^19.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0"
}
}