package.json 1.4 KB

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