package.json 885 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "dz",
  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.7.1",
  9. "jwt-decode": "^3.1.2",
  10. "react": "^17.0.1",
  11. "react-dom": "^17.0.1",
  12. "react-redux": "^7.2.2",
  13. "react-scripts": "4.0.2",
  14. "redux": "^4.0.5",
  15. "web-vitals": "^1.1.0"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test",
  21. "eject": "react-scripts eject"
  22. },
  23. "eslintConfig": {
  24. "extends": [
  25. "react-app",
  26. "react-app/jest"
  27. ]
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. }
  41. }