UNPKG

@shopify/react-graphql

Version:

Tools for creating type-safe and asynchronous GraphQL components for React

66 lines (65 loc) 1.73 kB
{ "name": "@shopify/react-graphql", "version": "7.0.0", "license": "MIT", "description": "Tools for creating type-safe and asynchronous GraphQL components for React", "main": "index.js", "types": "index.d.ts", "sideEffects": false, "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "author": "Shopify Inc.", "repository": { "type": "git", "url": "git+https://github.com/Shopify/quilt.git", "directory": "packages/react-graphql" }, "bugs": { "url": "https://github.com/Shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md", "engines": { "node": ">=12.14.0" }, "dependencies": { "@apollo/react-common": ">=3.0.0 <4.0.0", "@apollo/react-hooks": ">=3.0.0 <4.0.0", "@shopify/async": "^3.0.0", "@shopify/react-async": "^4.0.0", "@shopify/react-effect": "^4.0.0", "@shopify/react-hooks": "^2.0.0", "@shopify/react-idle": "^2.0.0", "@shopify/useful-types": "^3.0.0", "apollo-cache-inmemory": ">=1.0.0 <2.0.0", "apollo-client": ">=2.0.0 <3.0.0", "apollo-link": ">=1.0.0 <2.0.0", "graphql-typed": "^1.0.0" }, "devDependencies": { "@shopify/react-testing": "^3.0.0" }, "files": [ "build/*", "!*.tsbuildinfo", "index.js", "index.mjs", "index.esnext", "index.d.ts" ], "peerDependencies": { "react": ">=16.8.0 <17.0.0" }, "module": "index.mjs", "esnext": "index.esnext", "exports": { "./": "./", ".": { "import": "./index.mjs", "require": "./index.js", "esnext": "./index.esnext" } }, "gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a" }