{ "name": "amber", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^6.1.10", "@mui/material": "^6.1.10", "@shopify/shopify-api": "^11.6.0", "@shopify/storefront-api-client": "^1.0.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.7.9", "dotenv": "^16.4.7", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.1.2", "react-router-dom": "^7.0.2", "react-scripts": "5.0.1", "shopify-api-node": "^3.14.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "set GENERATE_SOURCEMAP=false && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }