CoolFace
Apppublic

matthoffner/serp-chat

sourceHugging Faceupdated 2y agoView on Hugging Face
5likes
package.json35 linesDownload Raw Back to root
1{2  "name": "serp-chat",3  "version": "0.2.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    "@next/font": "13.1.6",13    "eventsource-parser": "^1.0.0",14    "html-react-parser": "^3.0.9",15    "next": "13.1.6",16    "openai": "^3.3.0",17    "openai-function-calling-tools": "^2.0.1",18    "react": "18.2.0",19    "react-dom": "18.2.0",20    "react-icons": "^4.7.1",21    "react-markdown": "^8.0.7",22    "react-syntax-highlighter": "^15.5.0",23    "sharp": "^0.32.1"24  },25  "devDependencies": {26    "@types/node": "20.3.1",27    "@types/react": "18.2.13",28    "autoprefixer": "^10.4.13",29    "eslint": "8.34.0",30    "eslint-config-next": "13.1.6",31    "postcss": "^8.4.21",32    "tailwindcss": "^3.2.7"33  }34}35