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

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