package.json 982 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "shop",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.9",
  7. "@testing-library/react": "^11.2.5",
  8. "@testing-library/user-event": "^12.6.3",
  9. "hookrouter": "^1.2.5",
  10. "jwt-decode": "^3.1.2",
  11. "react": "^17.0.1",
  12. "react-dom": "^17.0.1",
  13. "react-redux": "^7.2.2",
  14. "react-router-dom": "^5.2.0",
  15. "react-scripts": "4.0.2",
  16. "redux": "^4.0.5",
  17. "redux-thunk": "^2.3.0",
  18. "web-vitals": "^1.1.0"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": [
  28. "react-app",
  29. "react-app/jest"
  30. ]
  31. },
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. }
  44. }