{ "name": "evolution-dashboard", "version": "1.0.0", "description": "Painel Interativo com Chat para Evolution API", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^14.2.0", "react": "^18.3.0", "react-dom": "^18.3.0", "@prisma/client": "^6.1.0", "recharts": "^2.12.7", "date-fns": "^3.6.0", "lucide-react": "^0.428.0", "clsx": "^2.1.1", "tailwind-merge": "^2.5.0", "sentiment": "^5.0.2", "natural": "^8.0.1" }, "devDependencies": { "@types/node": "^20.14.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "typescript": "^5.5.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.0", "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^14.2.0", "prisma": "^6.1.0" } }