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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "lesson01",
  3. "main": "expo-router/entry",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "start": "expo start",
  7. "reset-project": "node ./scripts/reset-project.js",
  8. "android": "expo start --android",
  9. "ios": "expo start --ios",
  10. "web": "expo start --web",
  11. "test": "jest --watchAll",
  12. "lint": "expo lint"
  13. },
  14. "jest": {
  15. "preset": "jest-expo"
  16. },
  17. "dependencies": {
  18. "@expo/vector-icons": "^14.0.2",
  19. "@react-native-firebase/app": "^21.14.0",
  20. "@react-navigation/bottom-tabs": "^7.2.0",
  21. "@react-navigation/native": "^7.0.14",
  22. "@rneui/base": "github:react-native-elements/react-native-elements#base",
  23. "@rneui/themed": "github:react-native-elements/react-native-elements#themed",
  24. "expo": "~52.0.46",
  25. "expo-blur": "~14.0.3",
  26. "expo-constants": "~17.0.8",
  27. "expo-font": "~13.0.4",
  28. "expo-haptics": "~14.0.1",
  29. "expo-linking": "~7.0.5",
  30. "expo-router": "~4.0.20",
  31. "expo-splash-screen": "~0.29.24",
  32. "expo-status-bar": "~2.0.1",
  33. "expo-symbols": "~0.2.2",
  34. "expo-system-ui": "~4.0.9",
  35. "expo-web-browser": "~14.0.2",
  36. "react": "18.3.1",
  37. "react-dom": "18.3.1",
  38. "react-native": "0.76.9",
  39. "react-native-gesture-handler": "~2.20.2",
  40. "react-native-paper": "^5.13.1",
  41. "react-native-reanimated": "~3.16.1",
  42. "react-native-safe-area-context": "4.12.0",
  43. "react-native-screens": "~4.4.0",
  44. "react-native-vector-icons": "^10.2.0",
  45. "react-native-web": "~0.19.13",
  46. "react-native-webview": "13.12.5",
  47. "expo-dev-client": "~5.0.20",
  48. "expo-notifications": "~0.29.14",
  49. "expo-device": "~7.0.3"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "^7.25.2",
  53. "@types/jest": "^29.5.12",
  54. "@types/react": "~18.3.12",
  55. "@types/react-test-renderer": "^18.3.0",
  56. "jest": "^29.2.1",
  57. "jest-expo": "~52.0.6",
  58. "react-test-renderer": "18.3.1",
  59. "typescript": "^5.3.3"
  60. },
  61. "private": true
  62. }