Created
February 24, 2020 23:05
-
-
Save mrflip/40ab952f3aa6c49d003e753c5a974441 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"main": "node_modules/expo/AppEntry.js", | |
"version": "0.0.3", | |
"scripts": { | |
"start": "expo start", | |
"android": "expo start --android", | |
"ios": "expo start --ios", | |
"web": "expo start --web", | |
"eject": "expo eject", | |
"test": "jest --watchAll", | |
"flow": "flow", | |
"lint": "eslint App.js src/", | |
"release": "standard-version --release-as patch" | |
}, | |
"jest": { | |
"preset": "jest-expo", | |
"testRegex": "(/_+tests_*/.*|(\\.|/)(test|spec))\\.jsx?$" | |
}, | |
"dependencies": { | |
"@apollo/client": "^3.0.0-beta.34", | |
"@expo/samples": "~36.0.0", | |
"@expo/vector-icons": "~10.0.0", | |
"@graphql-toolkit/core": "^0.9.7", | |
"@graphql-toolkit/graphql-file-loader": "^0.9.7", | |
"@react-native-community/masked-view": "^0.1.6", | |
"@react-navigation/core": "^5.1.4", | |
"@react-navigation/drawer": "^5.0.2", | |
"@react-navigation/native": "^5.0.2", | |
"@react-navigation/stack": "^5.0.2", | |
"@react-navigation/web": "~1.0.0-alpha.9", | |
"aws-amplify": "^2.2.5", | |
"expo": "~36.0.0", | |
"expo-asset": "~8.0.0", | |
"expo-constants": "~8.0.0", | |
"expo-font": "~8.0.0", | |
"expo-web-browser": "~8.0.0", | |
"formik": "^2.1.4", | |
"graphql": "^14.6.0", | |
"graphql-tag": "^2.10.3", | |
"react": "~16.9.0", | |
"react-dom": "~16.9.0", | |
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", | |
"react-native-elements": "^1.2.7", | |
"react-native-formik": "^1.7.7", | |
"react-native-gesture-handler": "^1.5.6", | |
"react-native-reanimated": "^1.7.0", | |
"react-native-safe-area-context": "^0.7.2", | |
"react-native-screens": "^2.0.0-beta.2", | |
"react-native-web": "^0.11.7", | |
"yup": "^0.28.1" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.8.3", | |
"@babel/core": "^7.8.3", | |
"@babel/preset-flow": "^7.8.3", | |
"babel-eslint": "^10.0.3", | |
"babel-preset-expo": "~8.0.0", | |
"eslint": "^6.8.0", | |
"eslint-config-airbnb": "^18.0.1", | |
"eslint-plugin-import": "^2.20.0", | |
"eslint-plugin-jsx-a11y": "^6.2.3", | |
"eslint-plugin-react": "^7.18.0", | |
"eslint-plugin-react-hooks": "^1.7.0", | |
"eslint-plugin-react-native": "^3.8.1", | |
"flow-bin": "^0.117.0", | |
"jest-expo": "~36.0.1", | |
"standard-version": "^7.1.0", | |
"standard-version-expo": "^1.0.0" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment