| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "template",
- "version": "1.0.0",
- "main": "expo-router/entry",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web"
- },
- "dependencies": {
- "@shopify/flash-list": "1.6.4",
- "@types/react-native-datepicker": "^1.7.6",
- "axios": "^1.6.7",
- "dotenv": "^16.4.5",
- "expo": "~51.0.7",
- "expo-constants": "~16.0.1",
- "expo-env": "^1.1.1",
- "expo-linking": "~6.3.1",
- "expo-location": "~17.0.1",
- "expo-router": "~3.5.14",
- "expo-status-bar": "~1.12.1",
- "nativewind": "^2.0.11",
- "react": "18.2.0",
- "react-native": "0.74.1",
- "react-native-element-dropdown": "^2.12.0",
- "react-native-keyboard-aware-scroll-view": "^0.9.5",
- "react-native-maps": "1.14.0",
- "react-native-modern-datepicker": "^1.0.0-beta.91",
- "react-native-pager-view": "6.3.0",
- "react-native-safe-area-context": "4.10.1",
- "react-native-screens": "3.31.1",
- "react-native-svg": "^15.3.0",
- "react-native-tab-view": "^3.5.2",
- "zustand": "^4.5.2"
- },
- "devDependencies": {
- "@babel/core": "^7.20.0",
- "@types/react": "~18.2.79",
- "@types/react-native-modern-datepicker": "^1.0.5",
- "tailwindcss": "^3.3.2",
- "typescript": "~5.3.3"
- },
- "private": true
- }
|