Files
clube67_newwhats.local/clube67/newwhats.local/frontend/package.json
T
VPS 4 Deploy Agent 0dc5eefa06
continuous-integration/webhook Falha no deploy de clube67_newwhats.local (VPS 4)
chore(ops): restore missing root files in newwhats.clube67.com
2026-05-18 03:27:25 +02:00

39 lines
933 B
JSON

{
"name": "newwhats-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4004",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@xyflow/react": "^12.10.2",
"axios": "^1.6.0",
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.18.0",
"framer-motion": "^11.0.0",
"immer": "^10.0.3",
"lucide-react": "^0.360.0",
"next": "^14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.11.4",
"recharts": "^3.8.1",
"socket.io-client": "^4.8.3",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/node": "20.19.40",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "5.9.3"
}
}