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.

32 lines
696 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. "axios": "^1.7.9",
  13. "moment": "^2.30.1",
  14. "moment-hijri": "^3.0.0",
  15. "next": "15.1.0",
  16. "react": "^19.0.0",
  17. "react-dom": "^19.0.0",
  18. "react-icons": "^5.4.0"
  19. },
  20. "devDependencies": {
  21. "@eslint/eslintrc": "^3",
  22. "@types/moment-hijri": "^2.1.4",
  23. "@types/node": "^20",
  24. "@types/react": "^19",
  25. "@types/react-dom": "^19",
  26. "eslint": "^9",
  27. "eslint-config-next": "15.1.0",
  28. "postcss": "^8",
  29. "tailwindcss": "^3.4.1",
  30. "typescript": "^5"
  31. }
  32. }