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.

38 lines
893 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. "moment": "^2.30.1",
  19. "moment-hijri": "^3.0.0",
  20. "next": "15.1.0",
  21. "react": "^19.0.0",
  22. "react-dom": "^19.0.0",
  23. "react-icons": "^5.4.0"
  24. },
  25. "devDependencies": {
  26. "@eslint/eslintrc": "^3",
  27. "@types/moment-hijri": "^2.1.4",
  28. "@types/node": "^20",
  29. "@types/react": "^19",
  30. "@types/react-dom": "^19",
  31. "@types/react-icons": "^2.2.7",
  32. "eslint": "^9",
  33. "eslint-config-next": "15.1.0",
  34. "postcss": "^8",
  35. "tailwindcss": "^3.4.1",
  36. "typescript": "^5"
  37. }
  38. }