package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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-redux": "^7.2.6",
  23. "react-router-dom": "^5.3.0",
  24. "react-scripts": "5.0.0",
  25. "redux": "^4.1.2",
  26. "redux-form": "^8.3.8",
  27. "redux-thunk": "^2.4.1",
  28. "web-vitals": "^2.1.2"
  29. },
  30. "scripts": {
  31. "start": "react-scripts start",
  32. "build": "react-scripts build",
  33. "test": "react-scripts test",
  34. "eject": "react-scripts eject"
  35. },
  36. "eslintConfig": {
  37. "extends": [
  38. "react-app",
  39. "react-app/jest"
  40. ]
  41. },
  42. "browserslist": {
  43. "production": [
  44. ">0.2%",
  45. "not dead",
  46. "not op_mini all"
  47. ],
  48. "development": [
  49. "last 1 chrome version",
  50. "last 1 firefox version",
  51. "last 1 safari version"
  52. ]
  53. }
  54. }