serp-chat / package.json
matt HOFFNER
refactor to use openai functions
f6091f7
raw
history blame
817 Bytes
{
"name": "google-clone-nextjs13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"@next/font": "13.1.6",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eventsource-parser": "^1.0.0",
"html-react-parser": "^3.0.9",
"next": "13.1.6",
"openai": "^3.3.0",
"openai-function-calling-tools": "^2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.7",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}