You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
982 B

  1. {
  2. "name": "duas",
  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. "@reach/portal": "^0.18.0",
  13. "axios": "^1.7.9",
  14. "body-scroll-lock": "^4.0.0-beta.0",
  15. "classnames": "^2.5.1",
  16. "dompurify": "^3.2.3",
  17. "framer-motion": "^11.15.0",
  18. "i18next": "^24.2.0",
  19. "moment": "^2.30.1",
  20. "moment-hijri": "^3.0.0",
  21. "next": "15.1.0",
  22. "next-i18next": "^15.4.1",
  23. "react": "^19.0.0",
  24. "react-dom": "^19.0.0",
  25. "react-i18next": "^15.4.0",
  26. "react-icons": "^5.4.0"
  27. },
  28. "devDependencies": {
  29. "@eslint/eslintrc": "^3",
  30. "@types/moment-hijri": "^2.1.4",
  31. "@types/node": "^20",
  32. "@types/react": "^19",
  33. "@types/react-dom": "^19",
  34. "@types/react-icons": "^2.2.7",
  35. "eslint": "^9",
  36. "eslint-config-next": "15.1.0",
  37. "postcss": "^8",
  38. "tailwindcss": "^3.4.1",
  39. "typescript": "^5"
  40. }
  41. }