2019-06-25 22:16:14 +02:00
|
|
|
{
|
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web",
|
|
|
|
"eject": "expo eject"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-05 10:25:19 +01:00
|
|
|
"@react-native-community/masked-view": "0.1.5",
|
2020-01-26 17:51:15 +01:00
|
|
|
"expo": "^36.0.0",
|
|
|
|
"expo-font": "~8.0.0",
|
|
|
|
"expo-linear-gradient": "~8.0.0",
|
|
|
|
"expo-localization": "~8.0.0",
|
|
|
|
"expo-permissions": "~8.0.0",
|
2019-06-25 22:20:24 +02:00
|
|
|
"i18n-js": "^3.3.0",
|
2019-06-29 10:50:05 +02:00
|
|
|
"native-base": "^2.12.1",
|
2020-01-26 17:51:15 +01:00
|
|
|
"native-base-shoutem-theme": "^0.3.1",
|
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
|
2019-08-05 17:18:48 +02:00
|
|
|
"react-native-app-intro-slider": "^3.0.0",
|
2019-07-30 13:59:28 +02:00
|
|
|
"react-native-autolink": "^1.8.1",
|
2020-02-05 10:25:19 +01:00
|
|
|
"react-native-calendars": "^1.260.0",
|
|
|
|
"react-native-gesture-handler": "~1.5.0",
|
|
|
|
"react-native-material-menu": "^1.0.0",
|
2020-01-26 17:51:15 +01:00
|
|
|
"react-native-modalize": "^1.3.6",
|
2020-01-31 16:51:43 +01:00
|
|
|
"react-native-paper": "^3.5.1",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native-platform-touchable": "^1.1.1",
|
2020-02-05 10:25:19 +01:00
|
|
|
"react-native-reanimated": "~1.4.0",
|
2019-09-15 15:12:26 +02:00
|
|
|
"react-native-render-html": "^4.1.2",
|
2020-02-05 10:25:19 +01:00
|
|
|
"react-native-safe-area-context": "0.6.0",
|
|
|
|
"react-native-screens": "2.0.0-alpha.12",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native-status-bar-height": "^2.3.1",
|
2020-01-26 17:51:15 +01:00
|
|
|
"react-native-webview": "7.4.3",
|
2020-02-04 12:23:32 +01:00
|
|
|
"react-navigation": "^4.1.0",
|
2020-02-03 12:17:59 +01:00
|
|
|
"react-navigation-drawer": "^2.3.3",
|
2020-02-05 10:25:19 +01:00
|
|
|
"react-navigation-material-bottom-tabs": "^2.1.5",
|
2020-02-04 12:23:32 +01:00
|
|
|
"react-navigation-stack": "^2.1.0",
|
2020-02-05 10:25:19 +01:00
|
|
|
"react-navigation-transitions": "^1.0.12"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-26 17:51:15 +01:00
|
|
|
"babel-preset-expo": "^8.0.0"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|