Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

56 rader
1.4 KiB

  1. {
  2. "name": "stringere",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.5",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/jest": "^27.5.2",
  10. "@types/node": "^17.0.45",
  11. "@types/react": "^18.0.20",
  12. "@types/react-dom": "^18.0.6",
  13. "react": "^18.2.0",
  14. "react-dom": "^18.2.0",
  15. "react-scripts": "5.0.1",
  16. "typescript": "^4.8.3",
  17. "web-vitals": "^2.1.4",
  18. "workbox-background-sync": "^6.5.4",
  19. "workbox-broadcast-update": "^6.5.4",
  20. "workbox-cacheable-response": "^6.5.4",
  21. "workbox-core": "^6.5.4",
  22. "workbox-expiration": "^6.5.4",
  23. "workbox-google-analytics": "^6.5.4",
  24. "workbox-navigation-preload": "^6.5.4",
  25. "workbox-precaching": "^6.5.4",
  26. "workbox-range-requests": "^6.5.4",
  27. "workbox-routing": "^6.5.4",
  28. "workbox-strategies": "^6.5.4",
  29. "workbox-streams": "^6.5.4"
  30. },
  31. "scripts": {
  32. "start": "react-scripts start",
  33. "build": "react-scripts build",
  34. "test": "react-scripts test",
  35. "eject": "react-scripts eject"
  36. },
  37. "eslintConfig": {
  38. "extends": [
  39. "react-app",
  40. "react-app/jest"
  41. ]
  42. },
  43. "browserslist": {
  44. "production": [
  45. ">0.2%",
  46. "not dead",
  47. "not op_mini all"
  48. ],
  49. "development": [
  50. "last 1 chrome version",
  51. "last 1 firefox version",
  52. "last 1 safari version"
  53. ]
  54. }
  55. }