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.4KB

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