Skip to content

Instantly share code, notes, and snippets.

@wcandillon
Created August 3, 2020 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcandillon/911a8b7f72296dd17166891436b96801 to your computer and use it in GitHub Desktop.
Save wcandillon/911a8b7f72296dd17166891436b96801 to your computer and use it in GitHub Desktop.
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint --ext .ts,.tsx . --max-warnings 0",
"tsc": "tsc",
"ci": "yarn lint && yarn tsc"
},
"dependencies": {
"@expo/vector-icons": "^10.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.8.6",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"@shopify/restyle": "^1.0.4",
"expo": "~38.0.1",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-font": "~8.2.1",
"expo-status-bar": "^1.0.0",
"formik": "^2.1.5",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-reanimated": "~1.9.0",
"react-native-redash": "14.2.1",
"react-native-safe-area-context": "3.0.2",
"react-native-screens": "~2.9.0",
"react-native-svg": "12.1.0",
"react-native-web": "~0.11.7",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@types/yup": "^0.29.3",
"eslint": "^7.3.1",
"eslint-config-react-native-wcandillon": "3.3.3",
"typescript": "~3.9.5"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment