Skip to content

Instantly share code, notes, and snippets.

@manujbahl
Created July 14, 2019 16:58
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 manujbahl/5f33dc7958285ba3d6b251f8c43d9e9e to your computer and use it in GitHub Desktop.
Save manujbahl/5f33dc7958285ba3d6b251f8c43d9e9e to your computer and use it in GitHub Desktop.
package file
{
"name": "Apptivate Base packages",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"aws-amplify": "^1.1.26",
"aws-amplify-react-native": "^2.1.10",
"expo-web-browser": "^4.0.0",
"immutability-helper": "^2.9.0",
"jszip": "^3.2.1",
"lottie-react-native": "^2.5.11",
"moment": "2.13.0",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-animatable": "^1.3.0",
"react-native-app-auth": "^4.0.0",
"react-native-bottomsheet": "^1.9.3",
"react-native-communications": "^2.2.1",
"react-native-default-preference": "^1.3.1",
"react-native-device-info": "^0.24.3",
"react-native-dynamic-fonts": "^0.3.1",
"react-native-email": "^1.0.2",
"react-native-fast-image": "5.2.0",
"react-native-fbsdk": "^0.8.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-firebase": "^5.2.1",
"react-native-fs":"^2.13.3",
"react-native-geocoder": "^0.5.0",
"react-native-gifted-chat":"^0.9.11",
"react-native-google-signin": "^1.2.3",
"react-native-haptic-feedback": "^1.4.0",
"react-native-i18n": "^2.0.15",
"react-native-keep-awake":"^4.0.0",
"react-native-keyboard-aware-scroll-view":"^0.8.0",
"react-native-maps": "^0.22.1",
"react-native-maps-directions": "^1.7.0",
"react-native-map-link":"^2.4.5",
"react-native-modal": "git+https://github.com/manujbahl/react-native-modal.git",
"react-native-notifications": "git+https://github.com/manujbahl/react-native-notifications.git",
"react-native-orientation": "^3.1.3",
"react-native-rate": "^1.1.6",
"react-native-restart": "^0.0.7",
"react-native-shake": "^3.2.2",
"react-native-share": "^1.1.3",
"react-native-snap-carousel":"^3.7.5",
"react-native-sound":"^0.10.12",
"react-native-splash-screen": "^3.1.1",
"react-native-svg": "^8.0.8",
"react-native-unimodules": "",
"react-native-vector-icons": "^5.0.0",
"react-native-video": "^4.2.0",
"react-native-view-shot": "^2.5.0",
"react-native-youtube":"^1.1.0",
"react-navigation": "^2.12.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rnpm": "^1.9.0",
"sprintf-js": "^1.1.1",
"stream": "0.0.2",
"tipsi-stripe":"^7.5.0",
"url": "^0.11.0",
"victory-native": "^30.6.0"
},
"devDependencies": {
"node-fetch": "^2.3.0",
"fs-extra": "^7.0.1",
"gm": "^1.23.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"bin": {
"build-package": "packaging/build_package.js"
},
"rnpm": {
"assets": [
"./assets/images",
"./assets/fonts"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment