Skip to content

Instantly share code, notes, and snippets.

@ShaileshPrajapati-BTC
Last active April 7, 2018 06:31
Show Gist options
  • Save ShaileshPrajapati-BTC/371311e5a18aa977bcf76990f781c027 to your computer and use it in GitHub Desktop.
Save ShaileshPrajapati-BTC/371311e5a18aa977bcf76990f781c027 to your computer and use it in GitHub Desktop.
{
"name": "Caregiver",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.8.5",
"moment-timezone": "^0.5.13",
"native-base": "2.3.0",
"react": "^16.0.0-alpha.12",
"react-native": "0.48.0",
"react-native-android-location-heartbeat": "git+https://github.com/BoTreeConsultingTeam/react-native-android-location-heartbeat.git",
"react-native-android-location-services-dialog-box": "^2.2.1",
"react-native-android-zxing-barcode-scanner": "git+https://github.com/BoTreeConsultingTeam/react-native-android-zxing-barcode-scanner.git",
"react-native-app-intro": "^1.1.5",
"react-native-app-settings": "^2.0.0",
"react-native-background-geolocation-android": "git+ssh://git@github.com/transistorsoft/react-native-background-geolocation-android.git",
"react-native-background-timer": "^1.0.2",
"react-native-beacons-manager": "^1.0.4",
"react-native-ble-manager": "^5.1.1",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-deprecated-custom-components": "^0.1.0",
"react-native-dropdownalert": "^2.10.0",
"react-native-permissions": "^0.2.7",
"react-native-pulse": "^1.0.5",
"react-native-radio-buttons": "^0.14.0",
"react-native-signature-capture": "^0.4.6",
"react-native-version-check": "^1.5.0",
"react-navigation": "^1.0.0-beta.11",
"react-number-format": "^2.0.0-alpha2",
"save": "^2.3.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment