Renacer Social, the app

package.json 2.4KB

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