package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "my-diplom",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.6",
  7. "@emotion/styled": "^11.10.6",
  8. "@fontsource/roboto": "^4.5.8",
  9. "@mui/icons-material": "^5.11.11",
  10. "@mui/material": "^5.11.11",
  11. "@reduxjs/toolkit": "^1.9.3",
  12. "@rtk-query/graphql-request-base-query": "^2.2.0",
  13. "@testing-library/jest-dom": "^5.16.5",
  14. "@testing-library/react": "^13.4.0",
  15. "@testing-library/user-event": "^13.5.0",
  16. "graphql-request": "^5.2.0",
  17. "react": "^18.2.0",
  18. "react-dom": "^18.2.0",
  19. "react-material-ui-carousel": "^3.4.2",
  20. "react-redux": "^8.0.5",
  21. "react-router-dom": "^6.8.1",
  22. "react-scripts": "5.0.1",
  23. "web-vitals": "^2.1.4"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }