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

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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-linear-gradient": "~8.0.0",
  20. "expo-localization": "~8.0.0",
  21. "expo-permissions": "~8.0.0",
  22. "expo-web-browser": "~8.0.0",
  23. "i18n-js": "^3.3.0",
  24. "react": "16.9.0",
  25. "react-dom": "16.9.0",
  26. "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
  27. "react-native-app-intro-slider": "^3.0.0",
  28. "react-native-autolink": "^1.8.1",
  29. "react-native-calendars": "^1.260.0",
  30. "react-native-gesture-handler": "~1.5.0",
  31. "react-native-modalize": "^1.3.6",
  32. "react-native-paper": "^3.6.0",
  33. "react-native-reanimated": "~1.4.0",
  34. "react-native-render-html": "^4.1.2",
  35. "react-native-safe-area-context": "0.6.0",
  36. "react-native-screens": "2.0.0-alpha.12",
  37. "react-native-webview": "7.4.3"
  38. },
  39. "devDependencies": {
  40. "babel-preset-expo": "^8.0.0"
  41. },
  42. "private": true
  43. }