serp-chat / package.json
matt HOFFNER
cleanup
d8af7ef
raw
history blame
816 Bytes
{
"name": "serp-chat",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "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",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"autoprefixer": "^10.4.13",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}