package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "final_olx",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.9",
  7. "@testing-library/react": "^11.2.5",
  8. "@testing-library/user-event": "^12.6.3",
  9. "bootstrap": "^5.0.0-beta2",
  10. "bootstrap-icons": "^1.4.0",
  11. "graphql-request": "^3.4.0",
  12. "jquery": "^3.5.1",
  13. "jwt-decode": "^3.1.2",
  14. "popper.js": "^1.16.1",
  15. "react": "^17.0.1",
  16. "react-bootstrap": "^1.5.1",
  17. "react-dom": "^17.0.1",
  18. "react-dropzone": "^11.3.1",
  19. "react-redux": "^7.2.2",
  20. "react-router-dom": "^5.2.0",
  21. "react-scripts": "4.0.2",
  22. "react-scrollable-feed": "^1.3.0",
  23. "redux": "^4.0.5",
  24. "redux-thunk": "^2.3.0",
  25. "sass": "^1.32.8",
  26. "socket.io-client": "^4.0.0",
  27. "web-vitals": "^1.1.0"
  28. },
  29. "scripts": {
  30. "start": "react-scripts start",
  31. "build": "react-scripts build",
  32. "test": "react-scripts test",
  33. "eject": "react-scripts eject"
  34. },
  35. "eslintConfig": {
  36. "extends": [
  37. "react-app",
  38. "react-app/jest"
  39. ]
  40. },
  41. "browserslist": {
  42. "production": [
  43. ">0.2%",
  44. "not dead",
  45. "not op_mini all"
  46. ],
  47. "development": [
  48. "last 1 chrome version",
  49. "last 1 firefox version",
  50. "last 1 safari version"
  51. ]
  52. }
  53. }