Skip to content

Instantly share code, notes, and snippets.

@bzhr
Created July 14, 2020 16:24
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 bzhr/2492c861ee16f02b38467fe49b6ff0fb to your computer and use it in GitHub Desktop.
Save bzhr/2492c861ee16f02b38467fe49b6ff0fb to your computer and use it in GitHub Desktop.
{
"name": "zimble",
"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": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-native-fontawesome": "^0.2.1",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/datetimepicker": "^2.2.1",
"@react-native-community/google-signin": "^3.0.4",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^5.5.0",
"@react-native-community/slider": "^2.0.9",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-community/viewpager": "^3.3.0",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/drawer": "^5.5.0",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@twotalltotems/react-native-otp-input": "^1.1.5",
"axios": "^0.19.2",
"expo": "^38.0.8",
"moment": "^2.24.0",
"native-base": "^2.13.12",
"react": "16.9.0",
"react-credit-cards": "^0.8.2",
"react-native": "0.62.0",
"react-native-af-video-player": "^0.2.1",
"react-native-app-intro-slider": "^3.0.0",
"react-native-aws3": "0.0.9",
"react-native-camera": "^3.21.0",
"react-native-chart-kit": "^5.3.0",
"react-native-check-box": "^2.1.7",
"react-native-config": "^1.3.1",
"react-native-countdown-component": "^2.7.1",
"react-native-country-picker-modal": "^1.10.0",
"react-native-device-info": "^5.5.3",
"react-native-elements": "^1.2.7",
"react-native-fbsdk": "^1.1.2",
"react-native-firebase": "^5.6.0",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "^1.6.1",
"react-native-google-places-autocomplete": "^1.4.1",
"react-native-image-picker": "^2.3.1",
"react-native-image-viewing": "^0.1.8",
"react-native-keyboard-manager": "^4.0.13-16",
"react-native-linear-gradient": "^2.5.6",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^8.1.3",
"react-native-modals": "^0.19.9",
"react-native-orientation-locker": "^1.1.8",
"react-native-picker-select": "^6.5.0",
"react-native-pie": "^1.1.2",
"react-native-progress": "^4.1.0",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "^1.8.0",
"react-native-render-html": "^4.2.0",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2",
"react-native-scripts": "2.0.1",
"react-native-shadow": "^1.2.2",
"react-native-share": "^3.1.2",
"react-native-simple-radio-button": "^2.7.4",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-snackbar": "^2.2.0",
"react-native-snap-carousel": "^3.9.0",
"react-native-splash-screen": "^3.2.0",
"react-native-step-indicator": "0.0.11",
"react-native-svg": "^12.1.0",
"react-native-swiper": "^1.5.14",
"react-native-tab-view": "^2.14.0",
"react-native-text-input-mask": "^2.0.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5",
"react-native-video-controls": "^2.4.0",
"react-native-viewpager": "^0.2.13",
"react-native-webview": "^9.4.0",
"react-navigation-collapsible": "^5.0.0",
"react-redux": "^7.1.3",
"react-svg-donut-chart": "^1.1.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-range-slider": "^1.3.1",
"socket.io-client": "^2.3.0",
"tipsi-stripe": "^7.5.1",
"toggle-switch-react-native": "^2.1.0"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0",
"redux-devtools": "^3.5.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment