generator-jhipster-react-native
Version:
React Native Blueprint for existing JHipster Apps
50 lines (49 loc) • 1.56 kB
JSON
{
"name": "expo-dependencies",
"version": "0.0.1",
"description": "Dependencies managed by Expo - need a specific version",
"scripts": {
"check-dependencies": "npm install && npx expo install --check",
"update-dependencies": "npm install --force && npx expo install --fix && rm -rf package-lock.json node_modules"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/devtools": "7.0.21",
"expo": "52.0.37",
"expo-auth-session": "~6.0.0",
"expo-constants": "~17.0.2",
"expo-image-picker": "~16.0.1",
"expo-linking": "~7.0.2",
"expo-random": "~14.0.1",
"expo-splash-screen": "~0.29.8",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@react-native-community/cli-server-api": "17.0.0",
"@types/react": "~18.3.13",
"jest-expo": "~52.0.0",
"typescript": "~5.8.2"
},
"expo": {
"install": {
"exclude": [
"expo"
]
}
}
}