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

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