Files
WhatsAppCentralizado/frontend/package.json
Claude AI c97d380635 feat(phase2): add Flow Builder UI and internal flow routes
- Add FlowBuilder.tsx with React Flow visual editor
- Add FlowList.tsx for flow management
- Add /internal/flow/send endpoint for flow-engine messaging
- Add reactflow dependency to frontend

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 10:23:02 +00:00

32 lines
737 B
JSON

{
"name": "whatsapp-centralizado-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"antd": "^5.23.1",
"@ant-design/icons": "^5.6.1",
"@tanstack/react-query": "^5.64.1",
"axios": "^1.7.9",
"zustand": "^5.0.3",
"socket.io-client": "^4.8.1",
"dayjs": "^1.11.13",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}