Amber Shopify Project created using ReactJS+React-Redux with GraphQL API integration. Storefront Shopify API: https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/storefront-api-client#readme
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "amber",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.13.5",
  7. "@emotion/styled": "^11.13.5",
  8. "@fontsource/roboto": "^5.1.0",
  9. "@mui/icons-material": "^6.1.10",
  10. "@mui/material": "^6.1.10",
  11. "@reduxjs/toolkit": "^2.5.0",
  12. "@shopify/shopify-api": "^11.6.0",
  13. "@shopify/storefront-api-client": "^1.0.3",
  14. "@testing-library/jest-dom": "^5.17.0",
  15. "@testing-library/react": "^13.4.0",
  16. "@testing-library/user-event": "^13.5.0",
  17. "animate.css": "^4.1.1",
  18. "axios": "^1.7.9",
  19. "dotenv": "^16.4.7",
  20. "framer-motion": "^11.16.0",
  21. "react": "^18.3.1",
  22. "react-dom": "^18.3.1",
  23. "react-material-ui-carousel": "^3.4.2",
  24. "react-redux": "^9.2.0",
  25. "react-router-dom": "^7.0.2",
  26. "react-scripts": "^5.0.1",
  27. "shopify-api-node": "^3.14.0",
  28. "swiper": "^11.1.4",
  29. "web-vitals": "^2.1.4"
  30. },
  31. "scripts": {
  32. "start": "react-scripts start",
  33. "build": "react-scripts build",
  34. "test": "react-scripts test",
  35. "eject": "react-scripts eject"
  36. },
  37. "eslintConfig": {
  38. "extends": [
  39. "react-app",
  40. "react-app/jest"
  41. ]
  42. },
  43. "browserslist": {
  44. "production": [
  45. ">0.2%",
  46. "not dead",
  47. "not op_mini all"
  48. ],
  49. "development": [
  50. "last 1 chrome version",
  51. "last 1 firefox version",
  52. "last 1 safari version"
  53. ]
  54. }
  55. }