Без опису

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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/camera": "^4.1.4",
  9. "@capacitor/core": "4.5.0",
  10. "@capacitor/filesystem": "^4.1.4",
  11. "@capacitor/haptics": "4.1.0",
  12. "@capacitor/ios": "4.5.0",
  13. "@capacitor/keyboard": "4.1.0",
  14. "@capacitor/status-bar": "4.1.0",
  15. "@ionic-native/geolocation": "^5.36.0",
  16. "@ionic/react": "^6.0.0",
  17. "@ionic/react-router": "^6.0.0",
  18. "@testing-library/jest-dom": "^5.11.9",
  19. "@testing-library/react": "^13.3.0",
  20. "@testing-library/user-event": "^12.6.3",
  21. "@types/jest": "^26.0.20",
  22. "@types/node": "^12.19.15",
  23. "@types/react": "^18.0.17",
  24. "@types/react-router": "^5.1.11",
  25. "@types/react-router-dom": "^5.1.7",
  26. "cordova-plugin-geolocation": "^4.1.0",
  27. "history": "^4.9.0",
  28. "ionicons": "^6.0.3",
  29. "mathjs": "^11.5.0",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "react-router": "^5.2.0",
  33. "react-router-dom": "^5.2.0",
  34. "typescript": "^4.1.3",
  35. "web-vitals": "^0.2.4",
  36. "workbox-background-sync": "^5.1.4",
  37. "workbox-broadcast-update": "^5.1.4",
  38. "workbox-cacheable-response": "^5.1.4",
  39. "workbox-core": "^5.1.4",
  40. "workbox-expiration": "^5.1.4",
  41. "workbox-google-analytics": "^5.1.4",
  42. "workbox-navigation-preload": "^5.1.4",
  43. "workbox-precaching": "^5.1.4",
  44. "workbox-range-requests": "^5.1.4",
  45. "workbox-routing": "^5.1.4",
  46. "workbox-strategies": "^5.1.4",
  47. "workbox-streams": "^5.1.4"
  48. },
  49. "scripts": {
  50. "start": "react-scripts --openssl-legacy-provider start",
  51. "build": "react-scripts build",
  52. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  53. "eject": "react-scripts eject"
  54. },
  55. "eslintConfig": {
  56. "extends": [
  57. "react-app",
  58. "react-app/jest"
  59. ]
  60. },
  61. "browserslist": {
  62. "production": [
  63. ">0.2%",
  64. "not dead",
  65. "not op_mini all"
  66. ],
  67. "development": [
  68. "last 1 chrome version",
  69. "last 1 firefox version",
  70. "last 1 safari version"
  71. ]
  72. },
  73. "description": "An Ionic project",
  74. "devDependencies": {
  75. "@capacitor/cli": "4.5.0",
  76. "@types/mathjs": "^9.4.2",
  77. "@types/react-dom": "^18.0.9",
  78. "react-scripts": "5.0.1"
  79. }
  80. }