@gqty/react
Version:
The No-GraphQL Client for React
65 lines • 1.52 kB
JSON
{
"name": "@gqty/react",
"version": "4.0.0-canary-20250913144609.184e8ed2c8cb8bc29df4d95faf656d3adaa99cf7",
"description": "The No-GraphQL Client for React",
"sideEffects": false,
"peerDependencies": {
"gqty": "4.0.0-canary-20250913144609.184e8ed2c8cb8bc29df4d95faf656d3adaa99cf7",
"graphql": "*",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.2",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"graphql-sse": {
"optional": true
},
"graphql-ws": {
"optional": true
}
},
"dependencies": {
"@react-hookz/web": "^23.1.0",
"multidict": "^1.0.9",
"p-debounce": "^4.0.0",
"p-defer": "^3.0.0",
"react-ssr-prepass": "^1.6.0",
"use-sync-external-store": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gqty-dev/gqty.git"
},
"homepage": "https://gqty.dev",
"keywords": [
"cache",
"client",
"gqty",
"graphql",
"hooks",
"react",
"reactive",
"state"
],
"author": "PabloSzx <pablosaez1995@gmail.com>",
"license": "MIT",
"engines": {
"node": "^12.20.0 || >=14.13.0"
},
"main": "index.js",
"module": "index.mjs",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"types": "./*.d.ts",
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}