Skip to content

Instantly share code, notes, and snippets.

@workninja19
Last active June 15, 2020 14:12
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 workninja19/dee13f09d5b3e3924872849c61bb2802 to your computer and use it in GitHub Desktop.
Save workninja19/dee13f09d5b3e3924872849c61bb2802 to your computer and use it in GitHub Desktop.
{
"name": "EXAMPLE",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@n1ru4l/react-in-center-of-screen": "1.0.0-alpha.4",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/masked-view": "^0.1.7",
"@react-native-community/netinfo": "^5.6.2",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"@skele/components": "^1.0.0-alpha.40",
"apisauce": "^1.1.1",
"moment": "^2.24.0",
"path": "^0.12.7",
"react": "^16.13.1",
"react-native": "0.61.5",
"react-native-easy-toast": "^1.2.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-inappbrowser-reborn": "^3.3.4",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-restart": "0.0.14",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.3.0",
"react-native-share": "^3.3.2",
"react-native-simple-ptr": "^1.0.3",
"react-native-snap-carousel": "^3.8.4",
"react-native-splash-screen": "^3.2.0",
"react-native-tag-autocomplete": "^1.0.22",
"react-native-ultimate-listview": "3.0.2",
"react-native-webview": "^9.0.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment