Files
clube67_newwhats.local/clube67/newwhats.local/frontend/package.json
T

37 lines
864 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": {
"@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"
}
}