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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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": "^37.0.0",
  22. "react": "~16.9.0",
  23. "react-dom": "16.9.0",
  24. "react-native": "~0.61.5",
  25. "react-native-gesture-handler": "~1.6.0",
  26. "react-native-reanimated": "~1.7.0",
  27. "react-native-screens": "~2.2.0",
  28. "react-native-unimodules": "~0.9.0",
  29. "react-native-web": "~0.11.7",
  30. "@expo/vector-icons": "^10.0.0",
  31. "@react-native-community/masked-view": "0.1.6",
  32. "@react-navigation/bottom-tabs": "^5.1.1",
  33. "@react-navigation/drawer": "^5.1.1",
  34. "@react-navigation/native": "^5.0.9",
  35. "@react-navigation/stack": "^5.1.1",
  36. "expo-barcode-scanner": "~8.1.0",
  37. "expo-camera": "latest",
  38. "expo-linear-gradient": "~8.1.0",
  39. "expo-localization": "~8.1.0",
  40. "expo-permissions": "~8.1.0",
  41. "expo-secure-store": "~8.1.0",
  42. "i18n-js": "^3.3.0",
  43. "react-native-animatable": "^1.3.3",
  44. "react-native-app-intro-slider": "^4.0.0",
  45. "react-native-appearance": "~0.3.3",
  46. "react-native-autolink": "^3.0.0",
  47. "react-native-calendars": "^1.260.0",
  48. "react-native-collapsible": "^1.5.2",
  49. "react-native-image-modal": "^1.0.6",
  50. "react-native-modalize": "^1.3.6",
  51. "react-native-paper": "^3.8.0",
  52. "react-native-render-html": "^4.1.2",
  53. "react-native-safe-area-context": "0.7.3",
  54. "react-native-webview": "8.1.1",
  55. "react-navigation-collapsible": "^5.5.0",
  56. "react-navigation-header-buttons": "^3.0.5"
  57. },
  58. "devDependencies": {
  59. "@babel/core": "^7.9.0",
  60. "babel-jest": "~25.2.6",
  61. "jest": "^25.1.0",
  62. "react-test-renderer": "^16.13.1",
  63. "@babel/cli": "^7.8.4",
  64. "@babel/preset-flow": "^7.9.0",
  65. "babel-preset-expo": "^8.1.0",
  66. "flow-bin": "^0.122.0",
  67. "jest-extended": "^0.11.5"
  68. },
  69. "private": true
  70. }