Renacer Social, the app

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