Ionic + React accounts android app and PWA
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.7 KiB

il y a 4 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "webtrigon-accounts",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "@ionic/react": "^5.5.0",
  7. "@ionic/react-router": "^5.5.0",
  8. "@testing-library/jest-dom": "^5.11.9",
  9. "@testing-library/react": "^11.2.5",
  10. "@testing-library/user-event": "^12.6.3",
  11. "@types/jest": "^26.0.20",
  12. "@types/node": "^12.19.15",
  13. "@types/react": "^16.14.3",
  14. "@types/react-dom": "^16.9.10",
  15. "@types/react-router": "^5.1.11",
  16. "@types/react-router-dom": "^5.1.7",
  17. "ionicons": "^5.4.0",
  18. "react": "^17.0.1",
  19. "react-dom": "^17.0.1",
  20. "react-router": "^5.2.0",
  21. "react-router-dom": "^5.2.0",
  22. "react-scripts": "4.0.2",
  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",
  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. }