package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "@mui/icons-material": "^5.8.4",
  10. "@mui/material": "^5.9.0",
  11. "@mui/styled-engine-sc": "^5.4.2",
  12. "@mui/styles": "^5.9.0",
  13. "@testing-library/jest-dom": "^5.16.2",
  14. "@testing-library/react": "^12.1.3",
  15. "@testing-library/user-event": "^13.5.0",
  16. "react": "^17.0.2",
  17. "react-dom": "^17.0.2",
  18. "react-material-ui-carousel": "^3.4.2",
  19. "react-redux": "^7.2.6",
  20. "react-router": "^6.2.1",
  21. "react-scripts": "5.0.0",
  22. "redux": "^4.1.2",
  23. "redux-devtools-extension": "^2.13.9",
  24. "redux-thunk": "^2.4.1",
  25. "styled-components": "^5.3.3",
  26. "web-vitals": "^2.1.4"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": [
  36. "react-app",
  37. "react-app/jest"
  38. ]
  39. },
  40. "browserslist": {
  41. "production": [
  42. ">0.2%",
  43. "not dead",
  44. "not op_mini all"
  45. ],
  46. "development": [
  47. "last 1 chrome version",
  48. "last 1 firefox version",
  49. "last 1 safari version"
  50. ]
  51. },
  52. "devDependencies": {
  53. "react-router-dom": "^6.2.1"
  54. }
  55. }