package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@dnd-kit/core": "^6.0.7",
  7. "@dnd-kit/sortable": "^7.0.2",
  8. "@emotion/react": "^11.10.5",
  9. "@emotion/styled": "^11.10.5",
  10. "@material-ui/core": "^4.12.4",
  11. "@material-ui/icons": "^4.11.3",
  12. "@material-ui/lab": "^4.0.0-alpha.61",
  13. "@mui/material": "^5.11.6",
  14. "@testing-library/jest-dom": "^5.16.5",
  15. "@testing-library/react": "^13.4.0",
  16. "@testing-library/user-event": "^13.5.0",
  17. "array-move": "^4.0.0",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0",
  20. "react-dropzone": "^14.2.3",
  21. "react-mui-pagination": "^1.1.0",
  22. "react-redux": "^8.0.5",
  23. "react-router-dom": "^5.3.0",
  24. "react-scripts": "5.0.1",
  25. "redux": "^4.2.0",
  26. "redux-thunk": "^2.4.2",
  27. "sass": "^1.57.1",
  28. "web-vitals": "^2.1.4"
  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. }