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 995B

1234567891011121314151617181920212223242526272829303132333435
  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-linear-gradient": "^5.0.1",
  16. "expo-localization": "^5.0.1",
  17. "expo-permissions": "^5.0.1",
  18. "i18n-js": "^3.3.0",
  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-native": "^0.59.9",
  24. "react-native-app-intro-slider": "^3.0.0",
  25. "react-native-autolink": "^1.8.1",
  26. "react-native-platform-touchable": "^1.1.1",
  27. "react-native-status-bar-height": "^2.3.1",
  28. "react-navigation": "^3.11.0"
  29. },
  30. "devDependencies": {
  31. "babel-preset-expo": "^5.1.1",
  32. "react-native-material-menu": "^0.6.3"
  33. },
  34. "private": true
  35. }