No Description

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-dom": "^18.0.6",
  15. "@types/react-router": "^5.1.11",
  16. "@types/react-router-dom": "^5.1.7",
  17. "history": "^4.9.0",
  18. "ionicons": "^6.0.3",
  19. "react": "^18.2.0",
  20. "react-dom": "^18.2.0",
  21. "react-router": "^5.2.0",
  22. "react-router-dom": "^5.2.0",
  23. "typescript": "^4.1.3",
  24. "web-vitals": "^0.2.4",
  25. "workbox-background-sync": "^5.1.4",
  26. "workbox-broadcast-update": "^5.1.4",
  27. "workbox-cacheable-response": "^5.1.4",
  28. "workbox-core": "^5.1.4",
  29. "workbox-expiration": "^5.1.4",
  30. "workbox-google-analytics": "^5.1.4",
  31. "workbox-navigation-preload": "^5.1.4",
  32. "workbox-precaching": "^5.1.4",
  33. "workbox-range-requests": "^5.1.4",
  34. "workbox-routing": "^5.1.4",
  35. "workbox-strategies": "^5.1.4",
  36. "workbox-streams": "^5.1.4"
  37. },
  38. "scripts": {
  39. "start": "react-scripts start",
  40. "build": "react-scripts build",
  41. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  42. "eject": "react-scripts eject"
  43. },
  44. "eslintConfig": {
  45. "extends": [
  46. "react-app",
  47. "react-app/jest"
  48. ]
  49. },
  50. "browserslist": {
  51. "production": [
  52. ">0.2%",
  53. "not dead",
  54. "not op_mini all"
  55. ],
  56. "development": [
  57. "last 1 chrome version",
  58. "last 1 firefox version",
  59. "last 1 safari version"
  60. ]
  61. },
  62. "description": "An Ionic project",
  63. "devDependencies": {
  64. "react-scripts": "5.0.1"
  65. }
  66. }