Application Android et IOS pour l'amicale des élèves https://play.google.com/store/apps/details?id=fr.amicaleinsat.application
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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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.0",
  12. "@react-native-community/masked-view": "0.1.5",
  13. "@react-navigation/bottom-tabs": "^5.1.1",
  14. "@react-navigation/drawer": "^5.1.1",
  15. "@react-navigation/material-bottom-tabs": "^5.1.1",
  16. "@react-navigation/native": "^5.0.9",
  17. "@react-navigation/stack": "^5.1.1",
  18. "expo": "^36.0.0",
  19. "expo-font": "~8.0.0",
  20. "expo-linear-gradient": "~8.0.0",
  21. "expo-localization": "~8.0.0",
  22. "expo-permissions": "~8.0.0",
  23. "expo-web-browser": "~8.0.0",
  24. "i18n-js": "^3.3.0",
  25. "native-base": "^2.12.1",
  26. "native-base-shoutem-theme": "^0.3.1",
  27. "react": "16.9.0",
  28. "react-dom": "16.9.0",
  29. "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
  30. "react-native-app-intro-slider": "^3.0.0",
  31. "react-native-autolink": "^1.8.1",
  32. "react-native-calendars": "^1.260.0",
  33. "react-native-gesture-handler": "~1.5.0",
  34. "react-native-material-menu": "^1.0.0",
  35. "react-native-modalize": "^1.3.6",
  36. "react-native-paper": "^3.5.1",
  37. "react-native-platform-touchable": "^1.1.1",
  38. "react-native-reanimated": "~1.4.0",
  39. "react-native-render-html": "^4.1.2",
  40. "react-native-safe-area-context": "0.6.0",
  41. "react-native-screens": "2.0.0-alpha.12",
  42. "react-native-status-bar-height": "^2.3.1",
  43. "react-native-webview": "7.4.3"
  44. },
  45. "devDependencies": {
  46. "babel-preset-expo": "^8.0.0"
  47. },
  48. "private": true
  49. }