package.json 1.3 KB

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