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
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "axios": "^1.7.9",
  18. "dotenv": "^16.4.7",
  19. "react": "^18.3.1",
  20. "react-dom": "^18.3.1",
  21. "react-redux": "^9.2.0",
  22. "react-router-dom": "^7.0.2",
  23. "react-scripts": "5.0.1",
  24. "shopify-api-node": "^3.14.0",
  25. "web-vitals": "^2.1.4"
  26. },
  27. "scripts": {
  28. "start": "set GENERATE_SOURCEMAP=false && react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }