package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "my-react-app",
  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. "@mui/icons-material": "^5.11.11",
  12. "@mui/material": "^5.11.11",
  13. "@reduxjs/toolkit": "^1.9.3",
  14. "@rtk-query/graphql-request-base-query": "^2.0.0",
  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. "graphql": "^15.5.0",
  20. "graphql-request": "^3.4.0",
  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-dom": "^6.8.2",
  27. "react-scripts": "5.0.1",
  28. "redux": "^4.2.1",
  29. "redux-persist": "^6.0.0",
  30. "redux-thunk": "^2.4.2",
  31. "sass": "^1.58.3",
  32. "web-vitals": "^2.1.4"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. }
  58. }