package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "project_marketplace",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.7.1",
  7. "@emotion/styled": "^11.6.0",
  8. "@material-ui/core": "^4.12.3",
  9. "@mui/icons-material": "^5.4.2",
  10. "@mui/material": "^5.4.2",
  11. "@testing-library/jest-dom": "^5.16.2",
  12. "@testing-library/react": "^12.1.2",
  13. "@testing-library/user-event": "^13.5.0",
  14. "array-move": "^4.0.0",
  15. "react": "^17.0.2",
  16. "react-dom": "^17.0.2",
  17. "react-dropzone": "^12.0.2",
  18. "react-redux": "^7.2.6",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "5.0.0",
  21. "react-sortable-hoc": "^2.0.0",
  22. "redux": "^4.1.2",
  23. "redux-thunk": "^2.4.1",
  24. "web-vitals": "^2.1.4"
  25. },
  26. "scripts": {
  27. "start": "react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. }
  50. }