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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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-navigation/bottom-tabs": "^7.2.0",
  20. "@react-navigation/native": "^7.0.14",
  21. "@rneui/base": "github:react-native-elements/react-native-elements#base",
  22. "@rneui/themed": "github:react-native-elements/react-native-elements#themed",
  23. "expo": "~52.0.40",
  24. "expo-blur": "~14.0.3",
  25. "expo-constants": "~17.0.8",
  26. "expo-font": "~13.0.4",
  27. "expo-haptics": "~14.0.1",
  28. "expo-linking": "~7.0.5",
  29. "expo-router": "~4.0.19",
  30. "expo-splash-screen": "~0.29.22",
  31. "expo-status-bar": "~2.0.1",
  32. "expo-symbols": "~0.2.2",
  33. "expo-system-ui": "~4.0.8",
  34. "expo-web-browser": "~14.0.2",
  35. "react": "18.3.1",
  36. "react-dom": "18.3.1",
  37. "react-native": "0.76.7",
  38. "react-native-gesture-handler": "~2.20.2",
  39. "react-native-paper": "^5.13.1",
  40. "react-native-reanimated": "~3.16.1",
  41. "react-native-safe-area-context": "4.12.0",
  42. "react-native-screens": "~4.4.0",
  43. "react-native-vector-icons": "^10.2.0",
  44. "react-native-web": "~0.19.13",
  45. "react-native-webview": "13.12.5"
  46. },
  47. "devDependencies": {
  48. "@babel/core": "^7.25.2",
  49. "@types/jest": "^29.5.12",
  50. "@types/react": "~18.3.12",
  51. "@types/react-test-renderer": "^18.3.0",
  52. "jest": "^29.2.1",
  53. "jest-expo": "~52.0.6",
  54. "react-test-renderer": "18.3.1",
  55. "typescript": "^5.3.3"
  56. },
  57. "private": true
  58. }