package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "asios",
  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 run:android",
  9. "ios": "expo run:ios",
  10. "web": "expo start --web",
  11. "lint": "expo lint"
  12. },
  13. "dependencies": {
  14. "@expo/vector-icons": "^15.0.3",
  15. "@react-native-async-storage/async-storage": "^2.2.0",
  16. "@react-navigation/bottom-tabs": "^7.4.0",
  17. "@react-navigation/elements": "^2.6.3",
  18. "@react-navigation/native": "^7.1.8",
  19. "expo": "~54.0.30",
  20. "expo-av": "^16.0.8",
  21. "expo-clipboard": "~8.0.8",
  22. "expo-constants": "~18.0.12",
  23. "expo-font": "~14.0.10",
  24. "expo-haptics": "~15.0.8",
  25. "expo-image": "~3.0.11",
  26. "expo-image-picker": "~17.0.10",
  27. "expo-linking": "~8.0.11",
  28. "expo-native-alipay": "^0.1.1",
  29. "expo-router": "~6.0.21",
  30. "expo-splash-screen": "~31.0.13",
  31. "expo-status-bar": "~3.0.9",
  32. "expo-symbols": "~1.0.8",
  33. "expo-system-ui": "~6.0.9",
  34. "expo-web-browser": "~15.0.10",
  35. "native-base": "^3.4.28",
  36. "react": "19.1.0",
  37. "react-dom": "19.1.0",
  38. "react-native": "0.81.5",
  39. "react-native-gesture-handler": "~2.28.0",
  40. "react-native-paper": "^5.14.5",
  41. "react-native-reanimated": "~4.1.1",
  42. "react-native-safe-area-context": "~5.6.0",
  43. "react-native-screens": "~4.16.0",
  44. "react-native-svg": "^15.15.1",
  45. "react-native-web": "~0.21.0",
  46. "react-native-webview": "^13.16.0",
  47. "react-native-worklets": "0.5.1"
  48. },
  49. "devDependencies": {
  50. "@types/react": "~19.1.0",
  51. "eslint": "^9.25.0",
  52. "eslint-config-expo": "~10.0.0",
  53. "typescript": "~5.9.2"
  54. },
  55. "private": true
  56. }