{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"build": "(cd android/ && ./gradlew assembleDebug)",
"bundle-android": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --sourcemap-output android/app/src/main/assets/index.android.map --assets-dest android/app/src/main/res/",
"test": "react-scripts test"
},
"dependencies": {
"@expo/vector-icons": "^9.0.0",
"adb": "^0.2.0",
"axios": "^0.18.0",
"babel-jest": "23.6.0",
"babel-preset-env": "^1.7.0",
"expo": "^32.0.1",
"firebase": "^5.5.8",
"native-base": "^2.8.1",
"npm": "^6.9.0",
"react": "16.5.0",
"react-addons-update": "^15.6.2",
"react-dom": "^16.8.4",
"react-lineto": "^3.1.3",
"react-mindmap": "^2.1.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-alarm": "^1.2.0",
"react-native-android-fullscreen-webview-video": "^1.0.3",
"react-native-animatable": "^1.3.1",
"react-native-calendar-events": "^1.6.4",
"react-native-calendar-reminders": "^1.1.2",
"react-native-chart-kit": "^2.2.1",
"react-native-charts": "^3.0.0",
"react-native-dash": "^0.0.9",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-div": "^1.1.2",
"react-native-dropdown": "^0.0.6",
"react-native-elements": "^0.19.1",
"react-native-firebase": "^5.2.1",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-onesignal": "^3.2.12",
"react-native-picker-dropdown": "^0.1.2",
"react-native-prompt-android": "^0.3.4",
"react-native-push-notification": "^3.1.2",
"react-native-sound": "^0.10.9",
"react-native-svg-charts": "^5.2.0",
"react-native-system-notification": "^0.2.1",
"react-native-video": "^4.3.1",
"react-navigation": "^2.18.2",
"react-router-dom": "^4.3.1",
"react-router-native": "^4.3.0",
"react-scripts": "^2.1.8",
"react-test-renderer": "^16.8.3",
"react-transition-group": "^2.5.3",
"test": "^0.6.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"transformIgnorePatterns": [
"node_modules/(?!(react-native|my-project|react-native-button)/)"
]
}