You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

58 line
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. "node-sass": "^7.0.3",
  14. "react": "^18.2.0",
  15. "react-dom": "^18.2.0",
  16. "react-scripts": "5.0.1",
  17. "sass": "^1.55.0",
  18. "typescript": "^4.8.3",
  19. "web-vitals": "^2.1.4",
  20. "workbox-background-sync": "^6.5.4",
  21. "workbox-broadcast-update": "^6.5.4",
  22. "workbox-cacheable-response": "^6.5.4",
  23. "workbox-core": "^6.5.4",
  24. "workbox-expiration": "^6.5.4",
  25. "workbox-google-analytics": "^6.5.4",
  26. "workbox-navigation-preload": "^6.5.4",
  27. "workbox-precaching": "^6.5.4",
  28. "workbox-range-requests": "^6.5.4",
  29. "workbox-routing": "^6.5.4",
  30. "workbox-strategies": "^6.5.4",
  31. "workbox-streams": "^6.5.4"
  32. },
  33. "scripts": {
  34. "start": "react-scripts start",
  35. "build": "react-scripts build",
  36. "test": "react-scripts test",
  37. "eject": "react-scripts eject"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. }
  57. }