36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "ai-chatbot-starter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^2.9.0",
|
|
"@types/node": "18.15.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"eventsource-parser": "^0.1.0",
|
|
"next": "13.2.4",
|
|
"openai": "^3.2.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7"
|
|
}
|
|
}
|