package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "array-move": "^4.0.0",
  20. "google-maps-react": "^2.0.6",
  21. "node-sass": "^7.0.0",
  22. "prop-types": "^15.8.0",
  23. "react": "^17.0.2",
  24. "react-dom": "^17.0.2",
  25. "react-dropzone": "^11.5.1",
  26. "react-material-ui-carousel": "^3.1.1",
  27. "react-redux": "^7.2.6",
  28. "react-router-dom": "^5.3.0",
  29. "react-scripts": "5.0.0",
  30. "react-sortable-hoc": "^2.0.0",
  31. "react-swipeable-views": "^0.14.0",
  32. "redux": "^4.1.2",
  33. "redux-form": "^8.3.8",
  34. "redux-thunk": "^2.4.1",
  35. "web-vitals": "^2.1.2"
  36. },
  37. "scripts": {
  38. "start": "react-scripts start",
  39. "build": "react-scripts build",
  40. "test": "react-scripts test",
  41. "eject": "react-scripts eject"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "react-app",
  46. "react-app/jest"
  47. ]
  48. },
  49. "browserslist": {
  50. "production": [
  51. ">0.2%",
  52. "not dead",
  53. "not op_mini all"
  54. ],
  55. "development": [
  56. "last 1 chrome version",
  57. "last 1 firefox version",
  58. "last 1 safari version"
  59. ]
  60. }
  61. }