Nessuna descrizione

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "TPCApp",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "@capacitor/android": "4.5.0",
  7. "@capacitor/app": "4.1.1",
  8. "@capacitor/core": "4.5.0",
  9. "@capacitor/haptics": "4.1.0",
  10. "@capacitor/ios": "4.5.0",
  11. "@capacitor/keyboard": "4.1.0",
  12. "@capacitor/status-bar": "4.1.0",
  13. "@ionic-native/geolocation": "^5.36.0",
  14. "@ionic/react": "^6.0.0",
  15. "@ionic/react-router": "^6.0.0",
  16. "@testing-library/jest-dom": "^5.11.9",
  17. "@testing-library/react": "^13.3.0",
  18. "@testing-library/user-event": "^12.6.3",
  19. "@types/jest": "^26.0.20",
  20. "@types/node": "^12.19.15",
  21. "@types/react": "^18.0.17",
  22. "@types/react-router": "^5.1.11",
  23. "@types/react-router-dom": "^5.1.7",
  24. "cordova-plugin-geolocation": "^4.1.0",
  25. "history": "^4.9.0",
  26. "ionicons": "^6.0.3",
  27. "react": "^18.2.0",
  28. "react-dom": "^18.2.0",
  29. "react-router": "^5.2.0",
  30. "react-router-dom": "^5.2.0",
  31. "typescript": "^4.1.3",
  32. "web-vitals": "^0.2.4",
  33. "workbox-background-sync": "^5.1.4",
  34. "workbox-broadcast-update": "^5.1.4",
  35. "workbox-cacheable-response": "^5.1.4",
  36. "workbox-core": "^5.1.4",
  37. "workbox-expiration": "^5.1.4",
  38. "workbox-google-analytics": "^5.1.4",
  39. "workbox-navigation-preload": "^5.1.4",
  40. "workbox-precaching": "^5.1.4",
  41. "workbox-range-requests": "^5.1.4",
  42. "workbox-routing": "^5.1.4",
  43. "workbox-strategies": "^5.1.4",
  44. "workbox-streams": "^5.1.4"
  45. },
  46. "scripts": {
  47. "start": "react-scripts --openssl-legacy-provider start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  50. "eject": "react-scripts eject"
  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. "description": "An Ionic project",
  71. "devDependencies": {
  72. "@capacitor/cli": "4.5.0",
  73. "@types/react-dom": "^18.0.9",
  74. "react-scripts": "5.0.1"
  75. }
  76. }