package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "olx",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://marketplace.asmer.fs.a-level.com.ua/",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^5.14.1",
  8. "@testing-library/react": "^11.2.7",
  9. "@testing-library/user-event": "^12.8.3",
  10. "bootstrap": "^5.1.0",
  11. "node-sass": "^6.0.1",
  12. "react": "^17.0.2",
  13. "react-bootstrap": "^2.0.0-beta.6",
  14. "react-dom": "^17.0.2",
  15. "react-dropzone": "^11.4.2",
  16. "react-redux": "^7.2.5",
  17. "react-responsive-carousel": "^3.2.21",
  18. "react-router-dom": "^5.3.0",
  19. "react-scripts": "4.0.3",
  20. "redux": "^4.1.1",
  21. "redux-thunk": "^2.3.0",
  22. "web-vitals": "^1.1.2"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": [
  32. "react-app",
  33. "react-app/jest"
  34. ]
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. }
  48. }