package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "formik": "^2.2.9",
  13. "node-sass": "^7.0.1",
  14. "react": "^18.1.0",
  15. "react-dom": "^18.1.0",
  16. "react-icons": "^4.3.1",
  17. "react-redux": "^8.0.1",
  18. "react-responsive-carousel": "^3.2.23",
  19. "react-router-dom": "^6.3.0",
  20. "react-scripts": "5.0.1",
  21. "redux": "^4.2.0",
  22. "redux-devtools-extension": "^2.13.9",
  23. "redux-thunk": "^2.4.1",
  24. "web-vitals": "^2.1.4",
  25. "yup": "^0.32.11"
  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": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }