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
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "pure-react-carousel": "^1.32.0",
  23. "react": "^18.3.1",
  24. "react-dom": "^18.3.1",
  25. "react-material-ui-carousel": "^3.4.2",
  26. "react-redux": "^9.2.0",
  27. "react-responsive-carousel": "^3.2.23",
  28. "react-router-dom": "^7.0.2",
  29. "react-scripts": "^5.0.1",
  30. "shopify-api-node": "^3.14.0",
  31. "swiper": "^11.1.4",
  32. "web-vitals": "^2.1.4"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. }
  58. }