package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.7.1",
  7. "@emotion/styled": "^11.6.0",
  8. "@material-ui/icons": "^4.11.2",
  9. "@mui/base": "^5.0.0-alpha.63",
  10. "@mui/icons-material": "^5.2.5",
  11. "@mui/lab": "^5.0.0-alpha.62",
  12. "@mui/material": "^5.2.5",
  13. "@mui/styles": "^5.2.3",
  14. "@mui/system": "^5.2.6",
  15. "@mui/x-data-grid": "^5.2.2",
  16. "@testing-library/jest-dom": "^5.16.1",
  17. "@testing-library/react": "^12.1.2",
  18. "@testing-library/user-event": "^13.5.0",
  19. "google-maps-react": "^2.0.6",
  20. "node-sass": "^7.0.0",
  21. "prop-types": "^15.8.0",
  22. "react": "^17.0.2",
  23. "react-dom": "^17.0.2",
  24. "react-material-ui-carousel": "^3.1.1",
  25. "react-redux": "^7.2.6",
  26. "react-router-dom": "^5.3.0",
  27. "react-scripts": "5.0.0",
  28. "redux": "^4.1.2",
  29. "redux-form": "^8.3.8",
  30. "redux-thunk": "^2.4.1",
  31. "web-vitals": "^2.1.2"
  32. },
  33. "scripts": {
  34. "start": "react-scripts start",
  35. "build": "react-scripts build",
  36. "test": "react-scripts test",
  37. "eject": "react-scripts eject"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. }
  57. }