package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "project",
  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. "@testing-library/jest-dom": "^5.16.5",
  12. "@testing-library/react": "^13.4.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "react": "^18.2.0",
  15. "react-dom": "^18.2.0",
  16. "react-material-ui-carousel": "^3.4.2",
  17. "react-redux": "^8.0.5",
  18. "react-scripts": "5.0.1",
  19. "redux": "^4.2.1",
  20. "redux-thunk": "^2.4.2",
  21. "web-vitals": "^2.1.4"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. }
  47. }