Renacer Social, the app

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "renacer",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "@awesome-cordova-plugins/call-number": "^6.2.0",
  7. "@awesome-cordova-plugins/core": "^6.2.0",
  8. "@awesome-cordova-plugins/email-composer": "^6.2.0",
  9. "@capacitor/android": "4.4.0",
  10. "@capacitor/app": "^4.1.0",
  11. "@capacitor/core": "4.4.0",
  12. "@capacitor/haptics": "^4.0.1",
  13. "@capacitor/ios": "4.4.0",
  14. "@capacitor/keyboard": "^4.0.1",
  15. "@capacitor/status-bar": "^4.0.1",
  16. "@ionic-native/call-number": "^5.36.0",
  17. "@ionic/react": "^6.0.0",
  18. "@ionic/react-router": "^6.0.0",
  19. "@testing-library/jest-dom": "^5.11.9",
  20. "@testing-library/react": "^13.3.0",
  21. "@testing-library/user-event": "^12.6.3",
  22. "@types/jest": "^26.0.20",
  23. "@types/node": "^12.19.15",
  24. "@types/react": "^18.0.17",
  25. "@types/react-dom": "^18.0.6",
  26. "@types/react-router": "^5.1.11",
  27. "@types/react-router-dom": "^5.1.7",
  28. "call-number": "^1.0.1",
  29. "history": "^4.9.0",
  30. "ionicons": "^6.0.3",
  31. "lodash": "^4.17.21",
  32. "notion-utils": "^6.15.6",
  33. "react": "^18.2.0",
  34. "react-dom": "^18.2.0",
  35. "react-notion-x": "^6.15.7",
  36. "react-router": "^5.2.0",
  37. "react-router-dom": "^5.2.0",
  38. "react-scripts": "^5.0.0",
  39. "swr": "^1.3.0",
  40. "typescript": "^4.1.3",
  41. "web-vitals": "^0.2.4",
  42. "workbox-background-sync": "^5.1.4",
  43. "workbox-broadcast-update": "^5.1.4",
  44. "workbox-cacheable-response": "^5.1.4",
  45. "workbox-core": "^5.1.4",
  46. "workbox-expiration": "^5.1.4",
  47. "workbox-google-analytics": "^5.1.4",
  48. "workbox-navigation-preload": "^5.1.4",
  49. "workbox-precaching": "^5.1.4",
  50. "workbox-range-requests": "^5.1.4",
  51. "workbox-routing": "^5.1.4",
  52. "workbox-strategies": "^5.1.4",
  53. "workbox-streams": "^5.1.4"
  54. },
  55. "scripts": {
  56. "start": "PORT=3001 react-scripts start",
  57. "build": "react-scripts build",
  58. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  59. "eject": "react-scripts eject",
  60. "prepare": "husky install",
  61. "cypress": "cypress open"
  62. },
  63. "eslintConfig": {
  64. "extends": [
  65. "react-app",
  66. "react-app/jest"
  67. ]
  68. },
  69. "browserslist": {
  70. "production": [
  71. ">0.2%",
  72. "not dead",
  73. "not op_mini all"
  74. ],
  75. "development": [
  76. "last 1 chrome version",
  77. "last 1 firefox version",
  78. "last 1 safari version"
  79. ]
  80. },
  81. "devDependencies": {
  82. "@capacitor/cli": "4.4.0",
  83. "@ionic/lab": "3.2.15",
  84. "@types/lodash": "^4.14.191",
  85. "cypress": "^12.1.0",
  86. "husky": "^8.0.0",
  87. "pretty-quick": "^3.1.3"
  88. },
  89. "description": "An Ionic project"
  90. }