feat: initial setup with WhatsApp CRM apps and sync services

This commit is contained in:
2026-04-05 17:29:28 +00:00
parent d983027450
commit e8bb767884
57 changed files with 26156 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{
"name": "whatsapp-crm",
"version": "1.0.0",
"description": "WhatsApp CRM with Kanban board",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@tanstack/react-query": "5.28.0",
"@types/qrcode": "^1.5.6",
"date-fns": "3.6.0",
"next": "14.2.0",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.0",
"sql.js": "1.10.2",
"whatsapp-web.js": "^1.34.6",
"zod": "3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/sql.js": "1.4.9",
"eslint": "8.57.0",
"eslint-config-next": "14.2.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
}
}