package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@dnd-kit/core": "^6.0.8",
  7. "@dnd-kit/sortable": "^7.0.2",
  8. "@dnd-kit/utilities": "^3.2.1",
  9. "@emotion/react": "^11.10.6",
  10. "@emotion/styled": "^11.10.6",
  11. "@fontsource/roboto": "^4.5.8",
  12. "@mui/icons-material": "^5.11.11",
  13. "@mui/material": "^5.11.11",
  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-material-ui-carousel": "^3.4.2",
  22. "react-redux": "^8.0.5",
  23. "react-router": "^6.8.2",
  24. "react-router-dom": "5.3",
  25. "react-scripts": "5.0.1",
  26. "redux": "^4.2.1",
  27. "redux-thunk": "^2.4.2",
  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. "devDependencies": {
  55. "node-sass": "^7.0.3"
  56. }
  57. }