1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "nomadmania-app",
- "version": "1.0.0",
- "main": "node_modules/expo/AppEntry.js",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web",
- "postinstall": "patch-package"
- },
- "dependencies": {
- "@react-native-async-storage/async-storage": "1.18.2",
- "@react-navigation/bottom-tabs": "^6.5.11",
- "@react-navigation/native": "^6.1.9",
- "@react-navigation/native-stack": "^6.9.17",
- "@react-navigation/stack": "^6.3.20",
- "@tanstack/react-query": "^5.8.3",
- "axios": "^1.6.1",
- "dotenv": "^16.3.1",
- "expo": "~49.0.15",
- "expo-image-picker": "^14.5.0",
- "expo-splash-screen": "~0.20.5",
- "expo-status-bar": "~1.6.0",
- "moment": "^2.29.4",
- "patch-package": "^8.0.0",
- "postinstall-postinstall": "^2.1.0",
- "react": "18.2.0",
- "react-native": "0.72.6",
- "react-native-calendar-picker": "^7.1.4",
- "react-native-safe-area-context": "4.6.3",
- "react-native-screens": "~3.22.0",
- "react-native-svg": "13.9.0"
- },
- "devDependencies": {
- "@babel/core": "^7.20.0",
- "@types/react": "~18.2.14",
- "@types/react-native-calendar-picker": "^7.0.6",
- "prettier": "^3.1.0",
- "react-native-svg-transformer": "^1.1.0",
- "typescript": "^5.1.3"
- },
- "private": true
- }
|