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.

44 lines
1.0 KiB

  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. "next-seo": "^6.6.0",
  24. "react": "18.2.0",
  25. "react-content-loader": "^7.0.2",
  26. "react-dom": "18.2.0",
  27. "react-ga4": "^2.1.0",
  28. "react-i18next": "^15.4.0",
  29. "react-icons": "4.11.0"
  30. },
  31. "devDependencies": {
  32. "@eslint/eslintrc": "^3",
  33. "@types/moment-hijri": "^2.1.4",
  34. "@types/node": "^20",
  35. "@types/react": "^19",
  36. "@types/react-dom": "^19",
  37. "@types/react-icons": "^2.2.7",
  38. "eslint": "^9",
  39. "eslint-config-next": "15.1.0",
  40. "postcss": "^8",
  41. "tailwindcss": "^3.4.1",
  42. "typescript": "^5"
  43. }
  44. }