package.json 1.3 KB

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