Skip to content

Instantly share code, notes, and snippets.

@EmersonGarrido
Created July 25, 2020 21:25
Show Gist options
  • Save EmersonGarrido/d8d9be43c983679f06883f123b00872c to your computer and use it in GitHub Desktop.
Save EmersonGarrido/d8d9be43c983679f06883f123b00872c to your computer and use it in GitHub Desktop.
{
"name": "@clients/sgi",
"version": "0.0.1",
"main": "__generated__/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "expo-yarn-workspaces postinstall"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.5.1",
"@react-navigation/native": "^5.4.3",
"@react-navigation/stack": "^5.4.0",
"@shared/components": "*",
"@shared/helpers": "*",
"@shared/services": "*",
"@types/intl": "^1.2.0",
"@types/react-native-html-to-pdf": "^0.8.0",
"@types/react-native-qrcode": "^0.2.2",
"@types/yup": "^0.29.0",
"@unform/core": "^2.1.0",
"@unform/mobile": "^2.1.0",
"expo": "^38.0.0",
"expo-camera": "~8.3.1",
"expo-constants": "~9.1.1",
"expo-image-picker": "~8.3.0",
"expo-notifications": "~0.3.3",
"expo-permissions": "~9.0.1",
"expo-print": "~9.0.1",
"expo-sharing": "~8.2.1",
"expo-updates": "~0.2.8",
"intl": "^1.2.5",
"lodash": "^4.17.15",
"lottie-react-native": "~2.6.1",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-elements": "^2.0.2",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "~1.6.0",
"react-native-html-to-pdf": "^0.8.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-modal": "^11.5.6",
"react-native-picker-select": "^7.0.0",
"react-native-print": "^0.6.0",
"react-native-qrcode": "^0.2.7",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-web": "~0.11.7",
"styled-components": "^5.1.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"babel-preset-expo": "^8.2.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"expo-yarn-workspaces": "^1.2.1",
"prettier": "^2.0.5",
"typescript": "~3.9.5",
"typescript-styled-plugin": "^0.15.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment