package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "assistant",
  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. "@react-navigation/bottom-tabs": "^7.15.5",
  15. "@react-navigation/elements": "^2.9.10",
  16. "@react-navigation/native": "^7.1.33",
  17. "axios": "^1.14.0",
  18. "expo": "~55.0.12",
  19. "expo-constants": "~55.0.12",
  20. "expo-device": "~55.0.13",
  21. "expo-font": "~55.0.6",
  22. "expo-glass-effect": "~55.0.10",
  23. "expo-image": "~55.0.8",
  24. "expo-linking": "~55.0.11",
  25. "expo-router": "~55.0.11",
  26. "expo-splash-screen": "~55.0.16",
  27. "expo-status-bar": "~55.0.5",
  28. "expo-symbols": "~55.0.7",
  29. "expo-system-ui": "~55.0.14",
  30. "expo-web-browser": "~55.0.13",
  31. "react": "19.2.0",
  32. "react-dom": "19.2.0",
  33. "react-native": "0.83.4",
  34. "react-native-fs-turbo": "^0.5.1",
  35. "react-native-gesture-handler": "~2.30.0",
  36. "react-native-mmkv": "^4.3.1",
  37. "react-native-nitro-modules": "^0.35.3",
  38. "react-native-reanimated": "4.2.1",
  39. "react-native-safe-area-context": "~5.6.2",
  40. "react-native-screens": "~4.23.0",
  41. "react-native-web": "~0.21.0",
  42. "react-native-worklets": "0.7.2"
  43. },
  44. "devDependencies": {
  45. "@types/react": "~19.2.2",
  46. "typescript": "~5.9.2"
  47. },
  48. "private": true
  49. }