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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "test": "jest",
  10. "testw": "jest --watch",
  11. "testc": "jest --coverage"
  12. },
  13. "jest": {
  14. "preset": "react-native"
  15. },
  16. "dependencies": {
  17. "@expo/vector-icons": "~10.0.0",
  18. "@react-native-community/masked-view": "0.1.5",
  19. "@react-navigation/bottom-tabs": "^5.1.1",
  20. "@react-navigation/drawer": "^5.1.1",
  21. "@react-navigation/material-bottom-tabs": "^5.1.1",
  22. "@react-navigation/native": "^5.0.9",
  23. "@react-navigation/stack": "^5.1.1",
  24. "expo": "^36.0.0",
  25. "expo-localization": "~8.0.0",
  26. "expo-permissions": "~8.0.0",
  27. "expo-web-browser": "~8.0.0",
  28. "i18n-js": "^3.3.0",
  29. "react": "16.9.0",
  30. "react-dom": "16.9.0",
  31. "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
  32. "react-native-app-intro-slider": "^3.0.0",
  33. "react-native-autolink": "^1.8.1",
  34. "react-native-calendars": "^1.260.0",
  35. "react-native-gesture-handler": "~1.5.0",
  36. "react-native-modalize": "^1.3.6",
  37. "react-native-paper": "^3.6.0",
  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-webview": "7.4.3",
  43. "react-native-appearance": "~0.3.1",
  44. "expo-linear-gradient": "~8.0.0"
  45. },
  46. "devDependencies": {
  47. "babel-preset-expo": "^8.0.0",
  48. "jest": "^25.1.0",
  49. "react-test-renderer": "^16.13.1"
  50. },
  51. "private": true
  52. }