Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject"
  9. },
  10. "dependencies": {
  11. "@expo/vector-icons": "latest",
  12. "@shoutem/theme": "latest",
  13. "expo": "^33.0.0",
  14. "expo-font": "^5.0.1",
  15. "expo-localization": "^5.0.1",
  16. "expo-permissions": "^5.0.1",
  17. "i18n-js": "^3.3.0",
  18. "i18next": "latest",
  19. "native-base": "latest",
  20. "native-base-shoutem-theme": "latest",
  21. "react": "16.8.3",
  22. "react-dom": "^16.8.6",
  23. "react-i18next": "latest",
  24. "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
  25. "react-native-paper": "latest",
  26. "react-native-platform-touchable": "latest",
  27. "react-native-settings-page": "latest",
  28. "react-native-status-bar-height": "latest",
  29. "react-native-web": "^0.11.4",
  30. "react-native-week-view": "latest",
  31. "react-navigation": "latest",
  32. "react-navigation-material-bottom-tabs": "latest"
  33. },
  34. "devDependencies": {
  35. "babel-preset-expo": "^5.1.1",
  36. "react-native-material-menu": "^0.6.2"
  37. },
  38. "private": true
  39. }