package.json 1.4 KB

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