@apollo-orbit/angular
Version:
A fully-featured GraphQL client for Angular with modular state management.
72 lines • 2.16 kB
JSON
{
"name": "@apollo-orbit/angular",
"version": "1.0.0",
"description": "A fully-featured GraphQL client for Angular with modular state management.",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/wassim-k/apollo-orbit.git"
},
"keywords": [
"apollo",
"@apollo/client",
"angular",
"ngxs",
"ngrx",
"graphql",
"state",
"state-management"
],
"publishConfig": {
"directory": "dist"
},
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@apollo/client": "^3.11.0",
"graphql": ">=0.11",
"rxjs": ">=7.0.0"
},
"dependencies": {
"@apollo-orbit/core": "^1.0.0",
"tslib": "^2.3.0"
},
"module": "fesm2022/apollo-orbit.angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/apollo-orbit.angular.mjs",
"esm": "./esm2022/apollo-orbit.angular.mjs",
"default": "./fesm2022/apollo-orbit.angular.mjs"
},
"./batch-http": {
"types": "./batch-http/index.d.ts",
"esm2022": "./esm2022/batch-http/apollo-orbit.angular.batch-http.mjs",
"esm": "./esm2022/batch-http/apollo-orbit.angular.batch-http.mjs",
"default": "./fesm2022/apollo-orbit.angular.batch-http.mjs"
},
"./core": {
"types": "./core/index.d.ts",
"esm2022": "./esm2022/core/apollo-orbit.angular.core.mjs",
"esm": "./esm2022/core/apollo-orbit.angular.core.mjs",
"default": "./fesm2022/apollo-orbit.angular.core.mjs"
},
"./fetch": {
"types": "./fetch/index.d.ts",
"esm2022": "./esm2022/fetch/apollo-orbit.angular.fetch.mjs",
"esm": "./esm2022/fetch/apollo-orbit.angular.fetch.mjs",
"default": "./fesm2022/apollo-orbit.angular.fetch.mjs"
},
"./http": {
"types": "./http/index.d.ts",
"esm2022": "./esm2022/http/apollo-orbit.angular.http.mjs",
"esm": "./esm2022/http/apollo-orbit.angular.http.mjs",
"default": "./fesm2022/apollo-orbit.angular.http.mjs"
}
}
}