UNPKG

@shopify/react-graphql

Version:

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

62 lines (61 loc) 1.58 kB
{ "name": "@shopify/react-graphql", "version": "10.3.3", "license": "MIT", "description": "Tools for creating type-safe and asynchronous GraphQL components for React", "main": "index.js", "types": "./build/ts/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": ">=18.12.0" }, "dependencies": { "@shopify/async": "^4.1.0", "@shopify/react-async": "^5.5.3", "@shopify/react-effect": "^5.2.0", "@shopify/react-hooks": "^4.1.2", "@shopify/react-idle": "^3.2.0", "@shopify/useful-types": "^5.3.0", "graphql-typed": "^2.3.0", "fast-deep-equal": "^3.1.3" }, "devDependencies": { "@shopify/react-testing": "^5.4.0" }, "files": [ "build/", "!build/*.tsbuildinfo", "!build/ts/**/tests/", "index.js", "index.mjs", "index.esnext" ], "peerDependencies": { "@apollo/client": ">=3.5.8 || <4.0.0", "react": ">=18.0.0 <19.0.0" }, "module": "index.mjs", "esnext": "index.esnext", "exports": { ".": { "types": "./build/ts/index.d.ts", "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" } } }