package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "react-store-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@apollo/client": "^3.7.0",
  7. "@testing-library/jest-dom": "^5.16.4",
  8. "@testing-library/react": "^13.1.1",
  9. "@testing-library/user-event": "^13.5.0",
  10. "clsx": "^1.1.1",
  11. "graphql": "^16.6.0",
  12. "lodash": "^4.17.21",
  13. "mobx": "^6.6.2",
  14. "mobx-react": "^7.5.3",
  15. "react": "^17.0.0",
  16. "react-dom": "^17.0.0",
  17. "react-icons": "^4.3.1",
  18. "react-router-dom": "^5.1",
  19. "react-scripts": "5.0.1",
  20. "sass": "^1.50.0",
  21. "slugify": "^1.6.5",
  22. "web-vitals": "^2.1.4"
  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. }