No Description

package.json 2.1KB

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