package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "jquery": "^3.5.1",
  12. "jwt-decode": "^3.1.2",
  13. "popper.js": "^1.16.1",
  14. "react": "^17.0.1",
  15. "react-bootstrap": "^1.5.1",
  16. "react-dom": "^17.0.1",
  17. "react-dropzone": "^11.3.1",
  18. "react-redux": "^7.2.2",
  19. "react-router-dom": "^5.2.0",
  20. "react-scripts": "4.0.2",
  21. "react-scrollable-feed": "^1.3.0",
  22. "redux": "^4.0.5",
  23. "redux-thunk": "^2.3.0",
  24. "sass": "^1.32.8",
  25. "web-vitals": "^1.1.0"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }