package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "diploma",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.9.0",
  7. "@emotion/styled": "^11.8.1",
  8. "@mui/material": "^5.6.4",
  9. "@testing-library/jest-dom": "^5.16.4",
  10. "@testing-library/react": "^13.2.0",
  11. "@testing-library/user-event": "^13.5.0",
  12. "node-sass": "^7.0.1",
  13. "react": "^18.1.0",
  14. "react-dom": "^18.1.0",
  15. "react-icons": "^4.3.1",
  16. "react-redux": "^8.0.1",
  17. "react-responsive-carousel": "^3.2.23",
  18. "react-router-dom": "^6.3.0",
  19. "react-scripts": "5.0.1",
  20. "redux": "^4.2.0",
  21. "redux-devtools-extension": "^2.13.9",
  22. "redux-thunk": "^2.4.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. }