Skip to content

Instantly share code, notes, and snippets.

@matheuswr89
Created September 5, 2022 11:13
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 matheuswr89/022275ef25d7faf9d167bf413ef07629 to your computer and use it in GitHub Desktop.
Save matheuswr89/022275ef25d7faf9d167bf413ef07629 to your computer and use it in GitHub Desktop.
{
"name": "SIGAA",
"version": "1.0.15",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "*",
"@react-native-async-storage/async-storage": "^1.17.9",
"@react-native-community/netinfo": "^9.3.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/material-top-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@types/react-native-vector-icons": "^6.4.11",
"axios": "^0.27.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cheerio": "^1.0.0-rc.12",
"expo": "~46.0.9",
"expo-av": "~12.0.4",
"expo-modules-autolinking": ">=0.8.1",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.3",
"expokit": "^37.0.0",
"jsc-android": "^294992.0.0",
"node-html-parser": "^5.3.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-pager-view": "5.4.24",
"react-native-paper": "^4.12.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-tab-view": "^3.1.1",
"react-native-table-component": "^1.2.2",
"react-native-vector-icons": "^9.2.0",
"react-navigation": "^4.4.4",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/jsdom": "^20.0.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment