package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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-dropzone": "^14.2.1",
  17. "react-icons": "^4.3.1",
  18. "react-redux": "^8.0.1",
  19. "react-responsive-carousel": "^3.2.23",
  20. "react-router-dom": "^6.3.0",
  21. "react-scripts": "5.0.1",
  22. "redux": "^4.2.0",
  23. "redux-devtools-extension": "^2.13.9",
  24. "redux-thunk": "^2.4.1",
  25. "web-vitals": "^2.1.4",
  26. "yup": "^0.32.11"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": [
  36. "react-app",
  37. "react-app/jest"
  38. ]
  39. },
  40. "browserslist": {
  41. "production": [
  42. ">0.2%",
  43. "not dead",
  44. "not op_mini all"
  45. ],
  46. "development": [
  47. "last 1 chrome version",
  48. "last 1 firefox version",
  49. "last 1 safari version"
  50. ]
  51. }
  52. }