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.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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": "^10.0.2",
  12. "@shoutem/theme": "^0.11.3",
  13. "expo": "^33.0.7",
  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": "^17.0.4",
  19. "native-base": "^2.12.1",
  20. "native-base-shoutem-theme": "^0.2.3",
  21. "react": "^16.8.6",
  22. "react-dom": "^16.8.6",
  23. "react-i18next": "latest",
  24. "react-native": "^0.59.9",
  25. "react-native-autolink": "^1.8.1",
  26. "react-native-hyperlink": "0.0.14",
  27. "react-native-image-zoom-viewer": "^2.2.26",
  28. "react-native-lightbox": "^0.8.0",
  29. "react-native-platform-touchable": "^1.1.1",
  30. "react-native-scalable-image": "^0.5.1",
  31. "react-native-status-bar-height": "^2.3.1",
  32. "react-native-web": "^0.11.4",
  33. "react-navigation": "^3.11.0"
  34. },
  35. "devDependencies": {
  36. "babel-preset-expo": "^5.1.1",
  37. "react-native-material-menu": "^0.6.3"
  38. },
  39. "private": true
  40. }