Renacer Social, the app

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "typescript": "^4.1.3",
  31. "web-vitals": "^0.2.4",
  32. "workbox-background-sync": "^5.1.4",
  33. "workbox-broadcast-update": "^5.1.4",
  34. "workbox-cacheable-response": "^5.1.4",
  35. "workbox-core": "^5.1.4",
  36. "workbox-expiration": "^5.1.4",
  37. "workbox-google-analytics": "^5.1.4",
  38. "workbox-navigation-preload": "^5.1.4",
  39. "workbox-precaching": "^5.1.4",
  40. "workbox-range-requests": "^5.1.4",
  41. "workbox-routing": "^5.1.4",
  42. "workbox-strategies": "^5.1.4",
  43. "workbox-streams": "^5.1.4"
  44. },
  45. "scripts": {
  46. "start": "react-scripts start",
  47. "build": "react-scripts build",
  48. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  49. "eject": "react-scripts eject",
  50. "prepare": "husky install"
  51. },
  52. "eslintConfig": {
  53. "extends": [
  54. "react-app",
  55. "react-app/jest"
  56. ]
  57. },
  58. "browserslist": {
  59. "production": [
  60. ">0.2%",
  61. "not dead",
  62. "not op_mini all"
  63. ],
  64. "development": [
  65. "last 1 chrome version",
  66. "last 1 firefox version",
  67. "last 1 safari version"
  68. ]
  69. },
  70. "devDependencies": {
  71. "@capacitor/cli": "4.4.0",
  72. "@ionic/lab": "3.2.15",
  73. "husky": "^8.0.0",
  74. "pretty-quick": "^3.1.3",
  75. "react-scripts": "5.0.1"
  76. },
  77. "description": "An Ionic project"
  78. }