Application Android et IOS pour l'amicale des élèves https://play.google.com/store/apps/details?id=fr.amicaleinsat.application
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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "campus",
  3. "version": "4.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-native start",
  7. "android": "react-native run-android",
  8. "android-release": "react-native run-android --variant=release",
  9. "ios": "react-native run-ios",
  10. "test": "jest",
  11. "lint": "eslint ."
  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. "@nartc/react-native-barcode-mask": "^1.2.0",
  24. "@react-native-community/async-storage": "^1.11.0",
  25. "@react-native-community/masked-view": "^0.1.10",
  26. "@react-native-community/push-notification-ios": "^1.4.0",
  27. "@react-native-community/slider": "^3.0.3",
  28. "@react-navigation/bottom-tabs": "^5.7.3",
  29. "@react-navigation/native": "^5.7.2",
  30. "@react-navigation/stack": "^5.8.0",
  31. "i18n-js": "^3.7.1",
  32. "react": "16.13.1",
  33. "react-native": "0.63.2",
  34. "react-native-animatable": "^1.3.3",
  35. "react-native-app-intro-slider": "^4.0.4",
  36. "react-native-appearance": "^0.3.4",
  37. "react-native-autolink": "^3.0.0",
  38. "react-native-calendars": "^1.301.0",
  39. "react-native-camera": "^3.35.0",
  40. "react-native-collapsible": "^1.5.3",
  41. "react-native-gesture-handler": "^1.7.0",
  42. "react-native-image-modal": "^1.0.9",
  43. "react-native-keychain": "^6.1.1",
  44. "react-native-linear-gradient": "^2.5.6",
  45. "react-native-localize": "^1.4.1",
  46. "react-native-modalize": "^2.0.5",
  47. "react-native-paper": "^4.0.1",
  48. "react-native-permissions": "^2.1.5",
  49. "react-native-push-notification": "^4.0.0",
  50. "react-native-reanimated": "^1.10.1",
  51. "react-native-render-html": "^4.2.2",
  52. "react-native-safe-area-context": "0.7.3",
  53. "react-native-screens": "^2.9.0",
  54. "react-native-splash-screen": "^3.2.0",
  55. "react-native-vector-icons": "^7.0.0",
  56. "react-native-webview": "^10.3.3",
  57. "react-navigation-collapsible": "^5.6.4",
  58. "react-navigation-header-buttons": "^5.0.0"
  59. },
  60. "devDependencies": {
  61. "@babel/core": "^7.11.0",
  62. "@babel/preset-flow": "^7.10.4",
  63. "@babel/runtime": "^7.11.0",
  64. "babel-eslint": "^10.1.0",
  65. "babel-jest": "^25.1.0",
  66. "eslint": "^7.2.0",
  67. "eslint-config-airbnb": "^18.2.0",
  68. "eslint-config-prettier": "^6.11.0",
  69. "eslint-plugin-flowtype": "^5.2.0",
  70. "eslint-plugin-import": "^2.22.0",
  71. "eslint-plugin-jsx-a11y": "^6.3.1",
  72. "eslint-plugin-react": "^7.20.5",
  73. "eslint-plugin-react-hooks": "^4.0.0",
  74. "flow-bin": "^0.123.0",
  75. "jest": "^25.1.0",
  76. "jest-extended": "^0.11.5",
  77. "metro-react-native-babel-preset": "^0.59.0",
  78. "prettier": "2.0.5",
  79. "react-test-renderer": "16.13.1"
  80. }
  81. }