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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "scripts": {
  3. "start": "react-native start",
  4. "android": "react-native run-android",
  5. "ios": "react-native run-ios",
  6. "web": "expo start --web",
  7. "test": "jest",
  8. "testw": "jest --watch",
  9. "testc": "jest --coverage"
  10. },
  11. "jest": {
  12. "preset": "react-native",
  13. "transformIgnorePatterns": [
  14. "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)"
  15. ],
  16. "setupFilesAfterEnv": [
  17. "jest-extended"
  18. ]
  19. },
  20. "dependencies": {
  21. "@expo/vector-icons": "^10.0.0",
  22. "@react-native-community/masked-view": "0.1.6",
  23. "@react-navigation/bottom-tabs": "^5.1.1",
  24. "@react-navigation/drawer": "^5.1.1",
  25. "@react-navigation/native": "^5.0.9",
  26. "@react-navigation/stack": "^5.1.1",
  27. "expo": "^37.0.0",
  28. "expo-barcode-scanner": "~8.1.0",
  29. "expo-camera": "latest",
  30. "i18n-js": "^3.3.0",
  31. "react": "~16.9.0",
  32. "react-dom": "16.9.0",
  33. "react-native": "~0.61.5",
  34. "react-native-animatable": "^1.3.3",
  35. "react-native-app-intro-slider": "^4.0.0",
  36. "react-native-appearance": "~0.3.3",
  37. "react-native-autolink": "^3.0.0",
  38. "react-native-calendars": "^1.260.0",
  39. "react-native-collapsible": "^1.5.2",
  40. "react-native-gesture-handler": "~1.6.0",
  41. "react-native-image-modal": "^1.0.6",
  42. "react-native-keychain": "^6.0.0",
  43. "react-native-linear-gradient": "^2.5.6",
  44. "react-native-localize": "^1.4.0",
  45. "react-native-modalize": "^1.3.6",
  46. "react-native-paper": "^3.8.0",
  47. "react-native-permissions": "^2.1.3",
  48. "react-native-reanimated": "~1.7.0",
  49. "react-native-render-html": "^4.1.2",
  50. "react-native-safe-area-context": "0.7.3",
  51. "react-native-screens": "~2.2.0",
  52. "react-native-splash-screen": "^3.2.0",
  53. "react-native-unimodules": "~0.9.0",
  54. "react-native-web": "~0.11.7",
  55. "react-native-webview": "8.1.1",
  56. "react-navigation-collapsible": "^5.5.0",
  57. "react-navigation-header-buttons": "^3.0.5"
  58. },
  59. "devDependencies": {
  60. "@babel/core": "^7.9.0",
  61. "babel-jest": "~25.2.6",
  62. "jest": "^25.1.0",
  63. "react-test-renderer": "^16.13.1",
  64. "@babel/cli": "^7.8.4",
  65. "@babel/preset-flow": "^7.9.0",
  66. "babel-preset-expo": "^8.1.0",
  67. "flow-bin": "^0.122.0",
  68. "jest-extended": "^0.11.5"
  69. },
  70. "private": true
  71. }