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.

47 lines
1.2 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. "postbuild": "next-sitemap"
  11. },
  12. "dependencies": {
  13. "@reach/portal": "^0.18.0",
  14. "axios": "^1.7.9",
  15. "body-scroll-lock": "^4.0.0-beta.0",
  16. "classnames": "^2.5.1",
  17. "dompurify": "^3.2.3",
  18. "framer-motion": "^11.15.0",
  19. "i18next": "^24.2.0",
  20. "i18next-browser-languagedetector": "^8.0.2",
  21. "moment": "^2.30.1",
  22. "moment-hijri": "^3.0.0",
  23. "next": "15.1.0",
  24. "next-i18next": "^15.4.1",
  25. "next-seo": "^6.6.0",
  26. "next-sitemap": "^4.2.3",
  27. "react": "18.2.0",
  28. "react-content-loader": "^7.0.2",
  29. "react-dom": "18.2.0",
  30. "react-ga4": "^2.1.0",
  31. "react-i18next": "^15.4.0",
  32. "react-icons": "4.11.0"
  33. },
  34. "devDependencies": {
  35. "@eslint/eslintrc": "^3",
  36. "@types/moment-hijri": "^2.1.4",
  37. "@types/node": "^20",
  38. "@types/react": "^19",
  39. "@types/react-dom": "^19",
  40. "@types/react-icons": "^2.2.7",
  41. "eslint": "^9",
  42. "eslint-config-next": "15.1.0",
  43. "postcss": "^8",
  44. "tailwindcss": "^3.4.1",
  45. "typescript": "^5"
  46. }
  47. }