Bez popisu

package.json 1.8KB

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