package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "shop-project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.5",
  7. "@emotion/styled": "^11.10.5",
  8. "@fontsource/roboto": "^4.5.8",
  9. "@mui/icons-material": "^5.11.0",
  10. "@mui/material": "^5.11.4",
  11. "@mui/styled-engine-sc": "^5.11.0",
  12. "@reduxjs/toolkit": "^1.9.1",
  13. "@rtk-query/graphql-request-base-query": "^2.2.0",
  14. "@testing-library/jest-dom": "^5.16.5",
  15. "@testing-library/react": "^13.4.0",
  16. "@testing-library/user-event": "^13.5.0",
  17. "graphql-request": "^5.1.0",
  18. "http-proxy-middleware": "^2.0.6",
  19. "install": "^0.13.0",
  20. "npm": "^9.3.1",
  21. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "react-lorem-ipsum": "^1.4.10",
  24. "react-redux": "^8.0.5",
  25. "react-router-dom": "^5.3.0",
  26. "react-scripts": "5.0.1",
  27. "redux": "^4.2.0",
  28. "redux-persist": "^6.0.0",
  29. "redux-thunk": "^2.4.2",
  30. "redux-toolkit": "^1.1.2",
  31. "rtk-query": "^0.0.0",
  32. "styled-components": "^5.3.6",
  33. "web-vitals": "^2.1.4"
  34. },
  35. "scripts": {
  36. "start": "react-scripts start",
  37. "build": "react-scripts build",
  38. "test": "react-scripts test",
  39. "eject": "react-scripts eject"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "react-app",
  44. "react-app/jest"
  45. ]
  46. },
  47. "browserslist": {
  48. "production": [
  49. ">0.2%",
  50. "not dead",
  51. "not op_mini all"
  52. ],
  53. "development": [
  54. "last 1 chrome version",
  55. "last 1 firefox version",
  56. "last 1 safari version"
  57. ]
  58. },
  59. "proxy": "http://shop-roles.node.ed.asmer.org.ua/"
  60. }