Renacer Social, the app

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "cypress": "cypress open"
  57. },
  58. "eslintConfig": {
  59. "extends": [
  60. "react-app",
  61. "react-app/jest"
  62. ]
  63. },
  64. "browserslist": {
  65. "production": [
  66. ">0.2%",
  67. "not dead",
  68. "not op_mini all"
  69. ],
  70. "development": [
  71. "last 1 chrome version",
  72. "last 1 firefox version",
  73. "last 1 safari version"
  74. ]
  75. },
  76. "devDependencies": {
  77. "@capacitor/cli": "4.4.0",
  78. "@ionic/lab": "3.2.15",
  79. "@types/lodash": "^4.14.191",
  80. "cypress": "^12.1.0",
  81. "husky": "^8.0.0",
  82. "pretty-quick": "^3.1.3"
  83. },
  84. "description": "An Ionic project"
  85. }