package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 start --android",
  9. "ios": "expo start --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. "expo": "~55.0.12",
  18. "expo-constants": "~55.0.12",
  19. "expo-device": "~55.0.13",
  20. "expo-font": "~55.0.6",
  21. "expo-glass-effect": "~55.0.10",
  22. "expo-image": "~55.0.8",
  23. "expo-linking": "~55.0.11",
  24. "expo-router": "~55.0.11",
  25. "expo-splash-screen": "~55.0.16",
  26. "expo-status-bar": "~55.0.5",
  27. "expo-symbols": "~55.0.7",
  28. "expo-system-ui": "~55.0.14",
  29. "expo-web-browser": "~55.0.13",
  30. "react": "19.2.0",
  31. "react-dom": "19.2.0",
  32. "react-native": "0.83.4",
  33. "react-native-gesture-handler": "~2.30.0",
  34. "react-native-worklets": "0.7.2",
  35. "react-native-reanimated": "4.2.1",
  36. "react-native-safe-area-context": "~5.6.2",
  37. "react-native-screens": "~4.23.0",
  38. "react-native-web": "~0.21.0"
  39. },
  40. "devDependencies": {
  41. "@types/react": "~19.2.2",
  42. "typescript": "~5.9.2"
  43. },
  44. "private": true
  45. }