36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@expo/vector-icons": "latest",
|
|
"expo": "^33.0.0",
|
|
"expo-font": "^5.0.1",
|
|
"expo-localization": "^5.0.1",
|
|
"i18n-js": "^3.3.0",
|
|
"i18next": "latest",
|
|
"native-base": "latest",
|
|
"react": "16.8.3",
|
|
"react-dom": "^16.8.6",
|
|
"react-i18next": "latest",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
|
"react-native-paper": "latest",
|
|
"react-native-settings-page": "latest",
|
|
"react-native-status-bar-height": "latest",
|
|
"react-native-web": "^0.11.4",
|
|
"react-native-week-view": "latest",
|
|
"react-navigation": "latest",
|
|
"react-navigation-material-bottom-tabs": "latest",
|
|
"react-native-platform-touchable": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.1.1",
|
|
"react-native-material-menu": "^0.6.2"
|
|
},
|
|
"private": true
|
|
}
|