package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "template",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  5. "scripts": {
  6. "start": "expo start -c",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@gorhom/bottom-sheet": "^4.6.3",
  13. "@react-native-async-storage/async-storage": "^1.23.1",
  14. "@shopify/flash-list": "1.6.4",
  15. "@tanstack/react-query": "^5.51.23",
  16. "@types/lodash": "^4.17.7",
  17. "@types/react-native-datepicker": "^1.7.6",
  18. "axios": "^1.6.7",
  19. "crypto-js": "^4.2.0",
  20. "date-fns": "^3.6.0",
  21. "date-fns-tz": "^3.1.3",
  22. "dotenv": "^16.4.5",
  23. "expo": "~51.0.7",
  24. "expo-camera": "~15.0.13",
  25. "expo-checkbox": "~3.0.0",
  26. "expo-constants": "~16.0.2",
  27. "expo-env": "^1.1.1",
  28. "expo-file-system": "~17.0.1",
  29. "expo-image-picker": "~15.0.7",
  30. "expo-linking": "~6.3.1",
  31. "expo-location": "~17.0.1",
  32. "expo-router": "~3.5.14",
  33. "expo-secure-store": "~13.0.1",
  34. "expo-status-bar": "~1.12.1",
  35. "lodash": "^4.17.21",
  36. "nativewind": "^2.0.11",
  37. "react": "18.2.0",
  38. "react-native": "0.74.1",
  39. "react-native-element-dropdown": "^2.12.1",
  40. "react-native-gesture-handler": "~2.16.1",
  41. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  42. "react-native-maps": "1.14.0",
  43. "react-native-modal": "^13.0.1",
  44. "react-native-modern-datepicker": "^1.0.0-beta.91",
  45. "react-native-pager-view": "6.3.0",
  46. "react-native-reanimated": "~3.10.1",
  47. "react-native-responsive-screen": "^1.4.2",
  48. "react-native-safe-area-context": "^4.10.1",
  49. "react-native-screens": "3.31.1",
  50. "react-native-svg": "^15.3.0",
  51. "react-native-tab-view": "^3.5.2",
  52. "react-native-webview": "^13.11.1",
  53. "react-query": "^3.39.3",
  54. "zustand": "^4.5.2"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "^7.20.0",
  58. "@types/crypto-js": "^4.2.2",
  59. "@types/react": "~18.2.79",
  60. "@types/react-native-modern-datepicker": "^1.0.5",
  61. "react-native-dotenv": "^3.4.11",
  62. "tailwindcss": "^3.3.2",
  63. "typescript": "~5.3.3"
  64. },
  65. "private": true
  66. }