package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-router-dom": "^5.3.0",
  18. "react-scripts": "4.0.3",
  19. "redux": "^4.1.1",
  20. "redux-thunk": "^2.3.0",
  21. "web-vitals": "^1.1.2"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. }
  47. }