{ "name": "client", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-react": "^0.3.5", "@pipecat-ai/daily-transport": "^0.3.10", "@tabler/icons-react": "^3.31.0", "@tailwindcss/postcss": "^4.1.3", "js-confetti": "^0.12.0", "next": "15.2.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.2.4", "postcss": "^8.5.3", "tailwindcss": "^4.1.3", "typescript": "^5" } }