Last active
April 17, 2024 01:42
-
-
Save Jace-Tech/c778e34ede859e68e03bf118b4139d58 to your computer and use it in GitHub Desktop.
Expo project `package.json` file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ikenga-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" | |
}, | |
"dependencies": { | |
"@expo/vector-icons": "^13.0.0", | |
"@hookform/resolvers": "^3.3.1", | |
"@react-native-async-storage/async-storage": "1.18.2", | |
"@react-navigation/bottom-tabs": "^6.5.9", | |
"@react-navigation/native": "^6.1.8", | |
"@react-navigation/native-stack": "^6.9.14", | |
"@react-navigation/stack": "^6.3.18", | |
"@reduxjs/toolkit": "^1.9.5", | |
"axios": "^1.6.5", | |
"date-fns": "^2.30.0", | |
"expo": "~49.0.13", | |
"expo-av": "~13.4.1", | |
"expo-clipboard": "~4.3.1", | |
"expo-dev-client": "~2.4.13", | |
"expo-file-system": "~15.4.5", | |
"expo-font": "~11.4.0", | |
"expo-haptics": "~12.4.0", | |
"expo-image-picker": "~14.3.2", | |
"expo-linear-gradient": "~12.3.0", | |
"expo-linking": "~5.0.2", | |
"expo-navigation-bar": "~2.3.0", | |
"expo-notifications": "~0.20.1", | |
"expo-sms": "~11.4.0", | |
"expo-splash-screen": "~0.20.5", | |
"expo-status-bar": "~1.6.0", | |
"expo-system-ui": "~2.4.0", | |
"expo-updates": "~0.18.19", | |
"expo-web-browser": "~12.3.2", | |
"lottie-react-native": "5.1.6", | |
"native-base": "^3.4.28", | |
"react": "18.2.0", | |
"react-dom": "18.2.0", | |
"react-hook-form": "^7.46.1", | |
"react-native": "0.72.10", | |
"react-native-drawer-layout": "^3.2.1", | |
"react-native-gesture-handler": "~2.12.0", | |
"react-native-keyboard-aware-scroll-view": "^0.9.5", | |
"react-native-modal-selector-searchable": "^2.1.6", | |
"react-native-reanimated": "~3.3.0", | |
"react-native-safe-area-context": "4.6.3", | |
"react-native-screens": "~3.22.0", | |
"react-native-share": "^10.0.2", | |
"react-native-svg": "13.9.0", | |
"react-native-web": "~0.19.6", | |
"react-redux": "^8.1.2", | |
"redux": "^4.2.1", | |
"redux-persist": "^6.0.0", | |
"rn-fetch-blob": "^0.12.0", | |
"yup": "^1.2.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.20.0", | |
"@types/react": "~18.2.14", | |
"typescript": "^5.1.3" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's my env