package.json 693 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "match_vote",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "bcryptjs": "^2.4.3",
  13. "cors": "^2.8.5",
  14. "date-fns": "^4.0.0-beta.1",
  15. "jsonwebtoken": "^9.0.2",
  16. "lucide-react": "^0.440.0",
  17. "mongodb": "^6.9.0",
  18. "mongoose": "^8.6.2",
  19. "next": "14.2.10",
  20. "next-cors": "^1.0.0",
  21. "nodemailer": "^6.9.15",
  22. "react": "^18",
  23. "react-dom": "^18"
  24. },
  25. "devDependencies": {
  26. "@types/node": "22.5.4",
  27. "@types/react": "18.3.5",
  28. "postcss": "^8",
  29. "tailwindcss": "^3.4.1",
  30. "typescript": "5.6.2"
  31. }
  32. }