Files
ai-agent-chatflow/package.json
T

39 lines
923 B
JSON

{
"name": "ai-agent-chatflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dify-client": "^2.3.2",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"code-inspector-plugin": "^1.0.4",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"patchedDependencies": {
"dify-client@^2.3.2": "./patches/dify-client.patch"
}
}