35 lines
814 B
JSON
35 lines
814 B
JSON
{
|
|
"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": "^1.0.0",
|
|
"@pipecat-ai/client-react": "^1.0.0",
|
|
"@pipecat-ai/daily-transport": "^1.0.0",
|
|
"@tabler/icons-react": "^3.31.0",
|
|
"@tailwindcss/postcss": "^4.1.3",
|
|
"jotai": "^2.12.5",
|
|
"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"
|
|
}
|
|
}
|