application-amicale/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

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-25 22:20:24 +02:00
"@expo/vector-icons": "latest",
2019-06-28 11:35:15 +02:00
"@shoutem/theme": "latest",
2019-06-25 22:16:14 +02:00
"expo": "^33.0.0",
2019-06-25 22:20:24 +02:00
"expo-font": "^5.0.1",
"expo-localization": "^5.0.1",
"expo-permissions": "^5.0.1",
2019-06-25 22:20:24 +02:00
"i18n-js": "^3.3.0",
"i18next": "latest",
"native-base": "latest",
2019-06-28 11:35:15 +02:00
"native-base-shoutem-theme": "latest",
2019-06-25 22:16:14 +02:00
"react": "16.8.3",
"react-dom": "^16.8.6",
2019-06-25 22:20:24 +02:00
"react-i18next": "latest",
2019-06-25 22:16:14 +02:00
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-fs": "^2.13.3",
2019-06-25 22:20:24 +02:00
"react-native-paper": "latest",
"react-native-platform-touchable": "latest",
2019-06-25 22:20:24 +02:00
"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"
2019-06-25 22:16:14 +02:00
},
"devDependencies": {
2019-06-27 10:17:51 +02:00
"babel-preset-expo": "^5.1.1",
"react-native-material-menu": "^0.6.2"
2019-06-25 22:16:14 +02:00
},
"private": true
}