package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "project_c",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.5.0",
  7. "@emotion/styled": "^11.3.0",
  8. "@mui/icons-material": "^5.0.4",
  9. "@mui/material": "^5.0.4",
  10. "@testing-library/jest-dom": "^5.14.1",
  11. "@testing-library/react": "^11.2.7",
  12. "@testing-library/user-event": "^12.8.3",
  13. "base-64": "^1.0.0",
  14. "javascript-time-ago": "^2.3.9",
  15. "react": "^17.0.2",
  16. "react-dom": "^17.0.2",
  17. "react-dropzone": "^11.4.2",
  18. "react-redux": "^7.2.5",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "4.0.3",
  21. "react-scrollable-feed": "^1.3.1",
  22. "react-time-ago": "^7.1.3",
  23. "redux": "^4.1.1",
  24. "redux-thunk": "^2.3.0",
  25. "socket.io-client": "^2.3.0",
  26. "web-vitals": "^1.1.2"
  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. "proxy": "http://chat.fs.a-level.com.ua/"
  53. }