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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/status-bar": "^1.0.3",
  13. "@shoutem/theme": "^0.11.3",
  14. "expo": "^36.0.0",
  15. "expo-font": "~8.0.0",
  16. "expo-linear-gradient": "~8.0.0",
  17. "expo-localization": "~8.0.0",
  18. "expo-permissions": "~8.0.0",
  19. "i18n-js": "^3.3.0",
  20. "native-base": "^2.12.1",
  21. "native-base-shoutem-theme": "^0.3.1",
  22. "react": "16.9.0",
  23. "react-dom": "16.9.0",
  24. "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
  25. "react-native-app-intro-slider": "^3.0.0",
  26. "react-native-autolink": "^1.8.1",
  27. "react-native-calendars": "^1.212.0",
  28. "react-native-gesture-handler": "~1.5.0",
  29. "react-native-material-menu": "^0.6.7",
  30. "react-native-modal": "^11.3.1",
  31. "react-native-modalize": "^1.3.6",
  32. "react-native-paper": "^2.16.0",
  33. "react-native-platform-touchable": "^1.1.1",
  34. "react-native-reanimated": "~1.4.0",
  35. "react-native-render-html": "^4.1.2",
  36. "react-native-side-menu": "^1.1.3",
  37. "react-native-status-bar-height": "^2.3.1",
  38. "react-native-webview": "7.4.3",
  39. "react-navigation": "^3.13.0",
  40. "react-navigation-material-bottom-tabs": "^1.1.1",
  41. "react-navigation-transitions": "^1.0.12"
  42. },
  43. "devDependencies": {
  44. "babel-preset-expo": "^8.0.0"
  45. },
  46. "private": true
  47. }