rtk-query-graphql
Version:
It helps you to make queries to a server that is using graphql
55 lines (54 loc) • 1.34 kB
JSON
{
"name": "rtk-query-graphql",
"description": "It helps you to make queries to a server that is using graphql",
"version": "1.0.1",
"author": "Edison J. Padilla <edisonjpp@gmail.com>",
"license": "MIT",
"type": "module",
"source": "src/index.ts",
"exports": "./dist/index.modern.js",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
},
"dependencies": {
"graphql-request": "^3.4.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.6.0",
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.6.0",
"graphql": "^15.5.0",
"microbundle": "^0.13.3",
"typescript": "^4.3.4"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"dist"
],
"keywords": [
"react",
"redux",
"redux/toolkit",
"rtk-query",
"graphql",
"graph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/EdisonJpp/rtk-query-graphql.git"
},
"bugs": {
"url": "https://github.com/EdisonJpp/rtk-query-graphql/issues"
},
"homepage": "https://github.com/EdisonJpp/rtk-query-graphql#readme"
}