package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "@mui/material-next": "^6.0.0-alpha.79",
  15. "@testing-library/jest-dom": "^5.16.5",
  16. "@testing-library/react": "^13.4.0",
  17. "@testing-library/user-event": "^13.5.0",
  18. "array-move": "^4.0.0",
  19. "emoji-picker-react": "^4.4.8",
  20. "material-ui-popup-state": "^5.0.8",
  21. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "react-dropzone": "^14.2.3",
  24. "react-material-ui-carousel": "^3.4.2",
  25. "react-redux": "^8.0.5",
  26. "react-router": "^6.8.2",
  27. "react-router-dom": "5.3",
  28. "react-scripts": "5.0.1",
  29. "redux": "^4.2.1",
  30. "redux-thunk": "^2.4.2",
  31. "web-vitals": "^2.1.4"
  32. },
  33. "scripts": {
  34. "start": "react-scripts start",
  35. "build": "react-scripts build",
  36. "test": "react-scripts test",
  37. "eject": "react-scripts eject"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. },
  57. "devDependencies": {
  58. "node-sass": "^7.0.3"
  59. }
  60. }