CoolFace
Apppublic

matthoffner/chat-with-internet

sourceHugging Faceupdated 2y agoView on Hugging Face
10likes
package.json54 linesDownload Raw Back to root
1{2  "name": "web-chat",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    "@emotion/react": "^11.11.1",13    "@emotion/styled": "^11.11.0",14    "@mui/icons-material": "^5.14.19",15    "@mui/material": "^5.14.16",16    "@ricky0123/vad-react": "^0.0.18",17    "@upstash/ratelimit": "^0.4.4",18    "@vercel/kv": "^0.2.4",19    "@xenova/transformers": "^2.7.0",20    "ai": "^2.2.20",21    "copy-webpack-plugin": "^11.0.0",22    "jsdom": "^22.1.0",23    "langchain": "^0.0.180",24    "lucide-react": "^0.292.0",25    "next": "14.0.1",26    "node-fetch": "^3.3.2",27    "onnxruntime-web": "^1.16.3",28    "openai": "^4.0.0",29    "openai-function-calling-tools": "^6.1.3",30    "pdf-parse": "^1.1.1",31    "puppeteer": "^19.11.1",32    "react": "^18",33    "react-dom": "^18",34    "react-markdown": "^9.0.0",35    "serpapi": "^2.0.0",36    "sonner": "^1.1.0",37    "the-odds-api": "^2.1.0",38    "zod": "^3.22.4",39    "zod-to-json-schema": "^3.21.4"40  },41  "devDependencies": {42    "@types/jsdom": "^21.1.4",43    "@types/node": "^20",44    "@types/pdf-parse": "^1.1.3",45    "@types/puppeteer": "^7.0.4",46    "@types/react": "^18",47    "@types/react-dom": "^18",48    "eslint": "^8",49    "eslint-config-next": "14.0.1",50    "node-loader": "^2.0.0",51    "typescript": "^5"52  }53}54