{ "name": "react-store-app", "version": "0.1.0", "private": true, "dependencies": { "@apollo/client": "^3.7.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.1.1", "@testing-library/user-event": "^13.5.0", "clsx": "^1.1.1", "graphql": "^16.6.0", "lodash": "^4.17.21", "mobx": "^6.6.2", "mobx-react": "^7.5.3", "react": "^17.0.0", "react-dom": "^17.0.0", "react-icons": "^4.3.1", "react-router-dom": "^5.1", "react-scripts": "5.0.1", "sass": "^1.50.0", "slugify": "^1.6.5", "web-vitals": "^2.1.4" }, "scripts": { "start": "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" ] } }