package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "template",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  5. "scripts": {
  6. "start": "expo start -c",
  7. "android": "expo start --android",
  8. "ios": "expo start --ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@react-native-async-storage/async-storage": "^1.23.1",
  13. "@shopify/flash-list": "1.6.4",
  14. "@types/react-native-datepicker": "^1.7.6",
  15. "axios": "^1.6.7",
  16. "dotenv": "^16.4.5",
  17. "expo": "~51.0.7",
  18. "expo-constants": "~16.0.1",
  19. "expo-env": "^1.1.1",
  20. "expo-linking": "~6.3.1",
  21. "expo-location": "~17.0.1",
  22. "expo-router": "~3.5.14",
  23. "expo-secure-store": "~13.0.1",
  24. "expo-status-bar": "~1.12.1",
  25. "nativewind": "^2.0.11",
  26. "react": "18.2.0",
  27. "react-native": "0.74.1",
  28. "react-native-element-dropdown": "^2.12.0",
  29. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  30. "react-native-maps": "1.14.0",
  31. "react-native-modern-datepicker": "^1.0.0-beta.91",
  32. "react-native-pager-view": "6.3.0",
  33. "react-native-responsive-screen": "^1.4.2",
  34. "react-native-safe-area-context": "^4.10.1",
  35. "react-native-screens": "3.31.1",
  36. "react-native-svg": "^15.3.0",
  37. "react-native-tab-view": "^3.5.2",
  38. "zustand": "^4.5.2",
  39. "react-native-reanimated": "~3.10.1"
  40. },
  41. "devDependencies": {
  42. "@babel/core": "^7.20.0",
  43. "@types/react": "~18.2.79",
  44. "@types/react-native-modern-datepicker": "^1.0.5",
  45. "react-native-dotenv": "^3.4.11",
  46. "tailwindcss": "^3.3.2",
  47. "typescript": "~5.3.3"
  48. },
  49. "private": true
  50. }