CoolFace
Apppublic

sam2ai/chat-indic-ui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json50 linesDownload Raw Back to root
1{2  "name": "nextjs-vllm-ui",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "@hookform/resolvers": "^3.3.4",13    "@radix-ui/react-dialog": "^1.0.5",14    "@radix-ui/react-icons": "^1.3.0",15    "@radix-ui/react-slot": "^1.0.2",16    "@radix-ui/react-tabs": "^1.0.4",17    "@radix-ui/react-tooltip": "^1.0.7",18    "ai": "^3.0.15",19    "class-variance-authority": "^0.7.0",20    "clsx": "^2.1.0",21    "mistral-tokenizer-js": "^1.0.0",22    "next": "14.1.4",23    "next-themes": "^0.3.0",24    "openai": "^4.30.0",25    "react": "^18",26    "react-code-blocks": "^0.1.6",27    "react-dom": "^18",28    "react-hook-form": "^7.51.2",29    "react-textarea-autosize": "^8.5.3",30    "sonner": "^1.4.41",31    "tailwind-merge": "^2.2.2",32    "use-debounce": "^10.0.0",33    "use-local-storage-state": "^19.2.0",34    "uuid": "^9.0.1"35  },36  "devDependencies": {37    "@types/node": "^20.11.30",38    "@types/react": "^18.2.73",39    "@types/react-dom": "^18.2.23",40    "@types/uuid": "^9.0.8",41    "autoprefixer": "^10.4.19",42    "eslint": "^8.57.0",43    "eslint-config-next": "14.1.4",44    "postcss": "^8.4.38",45    "tailwindcss": "^3.4.3",46    "typescript": "^5.4.3",47    "typescript-eslint": "^7.4.0"48  }49}50