package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "hipstagram",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://hipstagram.node.ed.asmer.org.ua",
  6. "dependencies": {
  7. "@emotion/react": "^11.8.1",
  8. "@emotion/styled": "^11.8.1",
  9. "@material-ui/core": "^4.12.4",
  10. "@material-ui/icons": "^4.11.3",
  11. "@mui/icons-material": "^5.8.4",
  12. "@mui/material": "^5.9.0",
  13. "@mui/styled-engine-sc": "^5.4.2",
  14. "@mui/styles": "^5.9.0",
  15. "@pandemicode/material-ui-dropzone": "^3.5.5",
  16. "@testing-library/jest-dom": "^5.16.2",
  17. "@testing-library/react": "^12.1.3",
  18. "@testing-library/user-event": "^13.5.0",
  19. "material-ui-dropzone": "^3.5.0",
  20. "material-ui-icons": "^1.0.0-beta.36",
  21. "react": "^17.0.2",
  22. "react-dom": "^17.0.2",
  23. "react-dropzone": "^14.2.2",
  24. "react-material-ui-carousel": "^3.4.2",
  25. "react-redux": "^7.2.6",
  26. "react-router": "^6.2.1",
  27. "react-scripts": "5.0.0",
  28. "react-smooth-dnd": "^0.11.1",
  29. "redux": "^4.1.2",
  30. "redux-devtools-extension": "^2.13.9",
  31. "redux-thunk": "^2.4.1",
  32. "styled-components": "^5.3.3",
  33. "web-vitals": "^2.1.4"
  34. },
  35. "scripts": {
  36. "start": "react-scripts start",
  37. "build": "react-scripts build",
  38. "test": "react-scripts test",
  39. "eject": "react-scripts eject"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "react-app",
  44. "react-app/jest"
  45. ]
  46. },
  47. "browserslist": {
  48. "production": [
  49. ">0.2%",
  50. "not dead",
  51. "not op_mini all"
  52. ],
  53. "development": [
  54. "last 1 chrome version",
  55. "last 1 firefox version",
  56. "last 1 safari version"
  57. ]
  58. },
  59. "devDependencies": {
  60. "react-router-dom": "^6.2.1"
  61. }
  62. }