easy-clean-bot / package.json
akhaliq's picture
akhaliq HF Staff
Upload package.json with huggingface_hub
2b9dc07 verified
raw
history blame contribute delete
525 Bytes
{
"name": "chatbot",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"axios": "^1.6.0",
"openai": "^4.20.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "8.54.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}