package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "react-redux-boilerplate",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.11.0",
  7. "@material-ui/icons": "^4.9.1",
  8. "@material-ui/lab": "^4.0.0-alpha.56",
  9. "@testing-library/jest-dom": "^4.2.4",
  10. "@testing-library/react": "^9.5.0",
  11. "@testing-library/user-event": "^7.2.1",
  12. "axios": "^1.6.0",
  13. "bootstrap": "^4.5.3",
  14. "jss-rtl": "^0.3.0",
  15. "node-sass": "^9.0.0",
  16. "prop-types": "^15.7.2",
  17. "react": "^17.0.1",
  18. "react-bootstrap": "^1.4.0",
  19. "react-dom": "^17.0.1",
  20. "react-intl": "^4.7.6",
  21. "react-redux": "^7.2.2",
  22. "react-router-dom": "^5.2.0",
  23. "react-scripts": "5.0.1",
  24. "redux": "^4.0.5",
  25. "redux-saga": "^1.1.3"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": "react-app"
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. }
  48. }