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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 . --ext .js,.jsx,.ts,.tsx"
  12. },
  13. "jest": {
  14. "preset": "react-native",
  15. "moduleFileExtensions": [
  16. "ts",
  17. "tsx",
  18. "js",
  19. "jsx",
  20. "json",
  21. "node"
  22. ],
  23. "setupFilesAfterEnv": [
  24. "jest-extended"
  25. ]
  26. },
  27. "dependencies": {
  28. "@nartc/react-native-barcode-mask": "^1.2.0",
  29. "@react-native-community/async-storage": "^1.12.0",
  30. "@react-native-community/masked-view": "^0.1.10",
  31. "@react-native-community/push-notification-ios": "^1.5.0",
  32. "@react-native-community/slider": "^3.0.3",
  33. "@react-navigation/bottom-tabs": "^5.8.0",
  34. "@react-navigation/native": "^5.7.3",
  35. "@react-navigation/stack": "^5.9.0",
  36. "i18n-js": "^3.7.1",
  37. "react": "16.13.1",
  38. "react-native": "0.63.2",
  39. "react-native-animatable": "^1.3.3",
  40. "react-native-app-intro-slider": "^4.0.4",
  41. "react-native-appearance": "^0.3.4",
  42. "react-native-autolink": "^3.0.0",
  43. "react-native-calendars": "^1.403.0",
  44. "react-native-camera": "^3.40.0",
  45. "react-native-collapsible": "^1.5.3",
  46. "react-native-gesture-handler": "^1.8.0",
  47. "react-native-image-zoom-viewer": "^3.0.1",
  48. "react-native-keychain": "^6.2.0",
  49. "react-native-linear-gradient": "^2.5.6",
  50. "react-native-localize": "^1.4.1",
  51. "react-native-modalize": "^2.0.6",
  52. "react-native-paper": "^4.2.0",
  53. "react-native-permissions": "^2.2.1",
  54. "react-native-push-notification": "^5.1.1",
  55. "react-native-reanimated": "^1.13.0",
  56. "react-native-render-html": "^4.2.3",
  57. "react-native-safe-area-context": "^3.1.8",
  58. "react-native-screens": "^2.11.0",
  59. "react-native-splash-screen": "^3.2.0",
  60. "react-native-vector-icons": "^7.1.0",
  61. "react-native-webview": "^10.9.0",
  62. "react-navigation-collapsible": "^5.6.4",
  63. "react-navigation-header-buttons": "^5.0.2"
  64. },
  65. "devDependencies": {
  66. "@babel/core": "^7.11.0",
  67. "@babel/runtime": "^7.11.0",
  68. "@react-native-community/eslint-config": "^1.1.0",
  69. "@types/i18n-js": "^3.0.3",
  70. "@types/jest": "^25.2.3",
  71. "@types/react-native": "^0.63.2",
  72. "@types/react-native-calendars": "^1.20.10",
  73. "@types/react-native-vector-icons": "^6.4.6",
  74. "@types/react-test-renderer": "^16.9.2",
  75. "@typescript-eslint/eslint-plugin": "^2.27.0",
  76. "@typescript-eslint/parser": "^2.27.0",
  77. "babel-jest": "^25.1.0",
  78. "eslint": "^7.2.0",
  79. "eslint-config-airbnb": "^18.2.0",
  80. "eslint-config-prettier": "^6.11.0",
  81. "eslint-plugin-flowtype": "^5.2.0",
  82. "eslint-plugin-import": "^2.22.0",
  83. "eslint-plugin-jsx-a11y": "^6.3.1",
  84. "eslint-plugin-react": "^7.20.5",
  85. "eslint-plugin-react-hooks": "^4.0.0",
  86. "jest": "^25.1.0",
  87. "jest-extended": "^0.11.5",
  88. "metro-react-native-babel-preset": "^0.59.0",
  89. "prettier": "2.0.5",
  90. "react-test-renderer": "16.13.1",
  91. "typescript": "^3.8.3"
  92. }
  93. }