package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/icons-material": "^5.2.5",
  9. "@mui/lab": "^5.0.0-alpha.62",
  10. "@mui/material": "^5.2.5",
  11. "@mui/styles": "^5.2.3",
  12. "@testing-library/jest-dom": "^5.16.1",
  13. "@testing-library/react": "^12.1.2",
  14. "@testing-library/user-event": "^13.5.0",
  15. "google-maps-react": "^2.0.6",
  16. "node-sass": "^7.0.0",
  17. "react": "^17.0.2",
  18. "react-dom": "^17.0.2",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "5.0.0",
  21. "web-vitals": "^2.1.2"
  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. }