Aucune description

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "bootstrap": "^5.2.3",
  23. "history": "^4.9.0",
  24. "ionicons": "^6.0.3",
  25. "react": "^18.2.0",
  26. "react-bootstrap": "^2.7.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. },
  51. "eslintConfig": {
  52. "extends": [
  53. "react-app",
  54. "react-app/jest"
  55. ]
  56. },
  57. "browserslist": {
  58. "production": [
  59. ">0.2%",
  60. "not dead",
  61. "not op_mini all"
  62. ],
  63. "development": [
  64. "last 1 chrome version",
  65. "last 1 firefox version",
  66. "last 1 safari version"
  67. ]
  68. },
  69. "devDependencies": {
  70. "@capacitor/cli": "4.5.0",
  71. "@ionic/lab": "3.2.15",
  72. "react-scripts": "^5.0.1"
  73. },
  74. "description": "An Ionic project"
  75. }