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 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "transformIgnorePatterns": [
  16. "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base)"
  17. ],
  18. "setupFilesAfterEnv": [
  19. "jest-extended"
  20. ]
  21. },
  22. "dependencies": {
  23. "@expo/vector-icons": "^10.0.0",
  24. "@react-native-community/masked-view": "0.1.6",
  25. "@react-navigation/bottom-tabs": "^5.1.1",
  26. "@react-navigation/drawer": "^5.1.1",
  27. "@react-navigation/material-bottom-tabs": "^5.1.1",
  28. "@react-navigation/native": "^5.0.9",
  29. "@react-navigation/stack": "^5.1.1",
  30. "expo": "^37.0.0",
  31. "expo-barcode-scanner": "~8.1.0",
  32. "expo-camera": "latest",
  33. "expo-linear-gradient": "~8.1.0",
  34. "expo-localization": "~8.1.0",
  35. "expo-permissions": "~8.1.0",
  36. "expo-secure-store": "~8.1.0",
  37. "expo-web-browser": "~8.1.0",
  38. "i18n-js": "^3.3.0",
  39. "react": "16.9.0",
  40. "react-dom": "16.9.0",
  41. "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
  42. "react-native-app-intro-slider": "^4.0.0",
  43. "react-native-appearance": "~0.3.3",
  44. "react-native-autolink": "^3.0.0",
  45. "react-native-calendars": "^1.260.0",
  46. "react-native-gesture-handler": "~1.6.0",
  47. "react-native-image-modal": "^1.0.1",
  48. "react-native-modalize": "^1.3.6",
  49. "react-native-paper": "^3.6.0",
  50. "react-native-reanimated": "~1.7.0",
  51. "react-native-render-html": "^4.1.2",
  52. "react-native-safe-area-context": "0.7.3",
  53. "react-native-screens": "~2.2.0",
  54. "react-native-webview": "8.1.1",
  55. "react-navigation-header-buttons": "^3.0.5"
  56. },
  57. "devDependencies": {
  58. "@babel/cli": "^7.8.4",
  59. "@babel/core": "^7.9.0",
  60. "@babel/preset-flow": "^7.9.0",
  61. "babel-preset-expo": "^8.1.0",
  62. "flow-bin": "^0.122.0",
  63. "jest": "^25.1.0",
  64. "jest-extended": "^0.11.5",
  65. "react-test-renderer": "^16.13.1"
  66. },
  67. "private": true
  68. }