package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "tropsCoach",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "lint": "eslint .",
  9. "start": "react-native start",
  10. "test": "jest"
  11. },
  12. "dependencies": {
  13. "@react-native/new-app-screen": "0.81.0",
  14. "@react-navigation/bottom-tabs": "^7.4.6",
  15. "@react-navigation/native": "^7.1.17",
  16. "@react-navigation/native-stack": "^7.3.25",
  17. "axios": "^1.11.0",
  18. "dayjs": "^1.11.13",
  19. "i18next": "^25.4.2",
  20. "react": "19.1.0",
  21. "react-i18next": "^15.7.3",
  22. "react-native": "0.81.0",
  23. "react-native-fs": "^2.20.0",
  24. "react-native-localize": "^3.5.2",
  25. "react-native-safe-area-context": "^5.6.1",
  26. "react-native-screens": "^4.15.2",
  27. "react-native-toast-message": "^2.3.3",
  28. "react-native-udp": "^4.1.7"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.25.2",
  32. "@babel/preset-env": "^7.25.3",
  33. "@babel/runtime": "^7.25.0",
  34. "@react-native-community/cli": "20.0.0",
  35. "@react-native-community/cli-platform-android": "20.0.0",
  36. "@react-native-community/cli-platform-ios": "20.0.0",
  37. "@react-native/babel-preset": "0.81.0",
  38. "@react-native/eslint-config": "0.81.0",
  39. "@react-native/metro-config": "0.81.0",
  40. "@react-native/typescript-config": "0.81.0",
  41. "@types/jest": "^29.5.13",
  42. "@types/react": "^19.1.0",
  43. "@types/react-test-renderer": "^19.1.0",
  44. "eslint": "^8.19.0",
  45. "jest": "^29.6.3",
  46. "prettier": "2.8.8",
  47. "react-test-renderer": "19.1.0",
  48. "typescript": "^5.8.3"
  49. },
  50. "engines": {
  51. "node": ">=18"
  52. }
  53. }