package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "@minoru/react-dnd-treeview": "^1.6.1",
  10. "@mui/base": "^5.0.0-alpha.63",
  11. "@mui/icons-material": "^5.2.5",
  12. "@mui/lab": "^5.0.0-alpha.62",
  13. "@mui/material": "^5.2.5",
  14. "@mui/styles": "^5.2.3",
  15. "@mui/system": "^5.2.6",
  16. "@mui/x-data-grid": "^5.2.2",
  17. "@syncfusion/ej2-base": "^19.4.42",
  18. "@syncfusion/ej2-react-navigations": "^19.4.41",
  19. "@testing-library/jest-dom": "^5.16.1",
  20. "@testing-library/react": "^12.1.2",
  21. "@testing-library/user-event": "^13.5.0",
  22. "array-move": "^4.0.0",
  23. "google-maps-react": "^2.0.6",
  24. "mui-draggable-treeview": "^1.1.3",
  25. "node-sass": "^7.0.0",
  26. "prop-types": "^15.8.0",
  27. "react": "^17.0.2",
  28. "react-dom": "^17.0.2",
  29. "react-dropzone": "^11.5.1",
  30. "react-material-ui-carousel": "^3.1.1",
  31. "react-redux": "^7.2.6",
  32. "react-router-dom": "^5.3.0",
  33. "react-scripts": "5.0.0",
  34. "react-sortable-hoc": "^2.0.0",
  35. "react-swipeable-views": "^0.14.0",
  36. "redux": "^4.1.2",
  37. "redux-form": "^8.3.8",
  38. "redux-thunk": "^2.4.1",
  39. "web-vitals": "^2.1.2"
  40. },
  41. "scripts": {
  42. "start": "react-scripts start",
  43. "build": "react-scripts build",
  44. "test": "react-scripts test",
  45. "eject": "react-scripts eject"
  46. },
  47. "eslintConfig": {
  48. "extends": [
  49. "react-app",
  50. "react-app/jest"
  51. ]
  52. },
  53. "browserslist": {
  54. "production": [
  55. ">0.2%",
  56. "not dead",
  57. "not op_mini all"
  58. ],
  59. "development": [
  60. "last 1 chrome version",
  61. "last 1 firefox version",
  62. "last 1 safari version"
  63. ]
  64. }
  65. }