package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "template",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web",
  10. "postinstall": "patch-package"
  11. },
  12. "dependencies": {
  13. "@gorhom/bottom-sheet": "^5.1.8",
  14. "@react-native-async-storage/async-storage": "2.2.0",
  15. "@react-native-clipboard/clipboard": "^1.16.3",
  16. "@shopify/flash-list": "2.0.2",
  17. "@tanstack/react-query": "^5.85.0",
  18. "@types/lodash": "^4.17.20",
  19. "@types/react-native-datepicker": "^1.7.6",
  20. "axios": "^1.11.0",
  21. "crypto-js": "^4.2.0",
  22. "date-fns": "4.1.0",
  23. "date-fns-tz": "^3.2.0",
  24. "dotenv": "^17.2.1",
  25. "expo": "^53.0.0",
  26. "expo-camera": "~16.1.11",
  27. "expo-checkbox": "~4.1.4",
  28. "expo-constants": "~17.1.7",
  29. "expo-dev-client": "~5.2.4",
  30. "expo-device": "~7.1.4",
  31. "expo-env": "^1.1.1",
  32. "expo-file-system": "~18.1.11",
  33. "expo-image-picker": "~16.1.4",
  34. "expo-linking": "~7.1.7",
  35. "expo-location": "~18.1.6",
  36. "expo-notifications": "~0.31.4",
  37. "expo-router": "~5.1.4",
  38. "expo-secure-store": "~14.2.3",
  39. "expo-status-bar": "~2.2.3",
  40. "expo-updates": "~0.28.17",
  41. "lodash": "^4.17.21",
  42. "nativewind": "^4.1.23",
  43. "prettier-plugin-tailwindcss": "^0.6.14",
  44. "react": "19.0.0",
  45. "react-native": "0.79.5",
  46. "react-native-element-dropdown": "^2.12.4",
  47. "react-native-gesture-handler": "~2.28.0",
  48. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  49. "react-native-maps": "1.20.1",
  50. "react-native-modal": "14.0.0-rc.1",
  51. "react-native-modern-datepicker": "^1.0.0-beta.91",
  52. "react-native-pager-view": "^6.9.1",
  53. "react-native-reanimated": "~3.17.4",
  54. "react-native-responsive-screen": "^1.4.2",
  55. "react-native-safe-area-context": "5.6.0",
  56. "react-native-screens": "~4.13.1",
  57. "react-native-svg": "15.12.1",
  58. "react-native-tab-view": "4.1.3",
  59. "react-native-webview": "13.15.0",
  60. "zustand": "^4.5.2"
  61. },
  62. "devDependencies": {
  63. "@babel/core": "^7.28.0",
  64. "@types/crypto-js": "^4.2.2",
  65. "@types/react": "~19.0.10",
  66. "@types/react-native-modern-datepicker": "^1.0.5",
  67. "lightningcss": "^1.30.1",
  68. "patch-package": "^8.0.0",
  69. "postinstall-postinstall": "^2.1.0",
  70. "tailwindcss": "^3.4.17",
  71. "typescript": "~5.9.2"
  72. },
  73. "private": true
  74. }