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": {
|
2019-06-29 10:50:05 +02:00
|
|
|
"@expo/vector-icons": "^10.0.2",
|
|
|
|
"@shoutem/theme": "^0.11.3",
|
|
|
|
"expo": "^33.0.7",
|
2019-06-25 22:20:24 +02:00
|
|
|
"expo-font": "^5.0.1",
|
2019-08-05 17:18:48 +02:00
|
|
|
"expo-linear-gradient": "^5.0.1",
|
2019-06-25 22:20:24 +02:00
|
|
|
"expo-localization": "^5.0.1",
|
2019-06-27 19:33:22 +02:00
|
|
|
"expo-permissions": "^5.0.1",
|
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",
|
|
|
|
"native-base-shoutem-theme": "^0.2.3",
|
|
|
|
"react": "^16.8.6",
|
2019-06-25 22:16:14 +02:00
|
|
|
"react-dom": "^16.8.6",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native": "^0.59.9",
|
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",
|
2019-08-07 10:24:35 +02:00
|
|
|
"react-native-paper": "^2.16.0",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native-platform-touchable": "^1.1.1",
|
2019-08-07 10:24:35 +02:00
|
|
|
"react-native-side-menu": "^1.1.3",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native-status-bar-height": "^2.3.1",
|
2019-08-06 19:18:45 +02:00
|
|
|
"react-native-webview": "^5.8.1",
|
2019-08-07 10:24:35 +02:00
|
|
|
"react-navigation": "^3.11.0",
|
|
|
|
"react-navigation-material-bottom-tabs": "^1.0.0"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-27 10:17:51 +02:00
|
|
|
"babel-preset-expo": "^5.1.1",
|
2019-06-29 10:50:05 +02:00
|
|
|
"react-native-material-menu": "^0.6.3"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|