| @redux-offline/redux-offline • 2.2.1Redux Offline-First Architecture | DIRECT | 7 | |
| @types/node • 26.1.1TypeScript definitions for node | INDIRECT | 1 | |
| @types/zen-observable • 0.8.0TypeScript definitions for zen-observable | INDIRECT | 0 | |
| @types/zen-observable • 0.8.7TypeScript definitions for zen-observable | INDIRECT | 0 | |
| @wry/context • 0.4.4Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around | INDIRECT | 3 | |
| @wry/equality • 0.1.11Structural equality checking for JavaScript values | INDIRECT | 1 | |
| apollo-cache-inmemory • 1.6.6Core abstract of Caching layer for Apollo Client | DIRECT | 10 | |
| apollo-cache • 1.3.5Core abstract of Caching layer for Apollo Client | INDIRECT | 5 | |
| apollo-client • 2.6.10A simple yet functional GraphQL client. | DIRECT | 11 | |
| apollo-link-context • 1.0.20An easy way to set and cache context changes for Apollo Link | DIRECT | 8 | |
| apollo-link-http-common • 0.2.16Http utilities for Apollo Link shared across all links using http | INDIRECT | 8 | |
| apollo-link-http • 1.5.17HTTP transport layer for GraphQL | DIRECT | 9 | |
| apollo-link-retry • 2.2.13Retry Apollo Link for GraphQL Network Stack | DIRECT | 9 | |
| apollo-link • 1.2.14Flexible, lightweight transport layer for GraphQL | DIRECT | 7 | |
| apollo-utilities • 1.3.4Utilities for working with GraphQL ASTs | INDIRECT | 4 | |
| async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructor | INDIRECT | 0 | |
| async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructor | INDIRECT | 0 | |
| babel-runtime • 6.26.0babel selfContained runtime | INDIRECT | 2 | |
| base64-js • 1.5.1Base64 encoding/decoding in pure JS | INDIRECT | 0 | |
| buffer • 4.9.1Node.js Buffer API, for the browser | INDIRECT | 3 | |
| call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind` | INDIRECT | 2 | |
| call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. | INDIRECT | 15 | |
| core-js • 2.6.12Standard library | INDIRECT | 0 | |
| debug • 2.6.9small debugging utility | DIRECT | 1 | |
| dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound | INDIRECT | 4 | |
| es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one. | INDIRECT | 0 | |
| es-errors • 1.3.0A simple cache for a few of the JS Error constructors. | INDIRECT | 0 | |
| es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercible | INDIRECT | 1 | |
| events • 1.1.1Node's event emitter for all engines. | INDIRECT | 0 | |
| fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify | INDIRECT | 0 | |
| function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
| generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructor | INDIRECT | 0 | |
| get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require time | INDIRECT | 14 | |
| get-proto • 1.0.1Robustly get the [[Prototype]] of an object | INDIRECT | 6 | |
| gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. | INDIRECT | 0 | |
| graphql • 14.7.0A Query Language and Runtime which can target any service. | DIRECT | 1 | |
| has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams. | INDIRECT | 0 | |
| hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
| isarray • 1.0.0Array#isArray for older browsers | INDIRECT | 0 | |
| iterall • 1.3.0Minimal zero-dependency utilities for using JavaScript Iterables in all environments. | INDIRECT | 0 | |
| js-tokens • 4.0.0A regex that tokenizes JavaScript. | INDIRECT | 0 | |
| lodash-es • 4.18.1Lodash exported as ES modules. | INDIRECT | 0 | |
| lodash • 4.18.1Lodash modular utilities. | INDIRECT | 0 | |
| loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST | INDIRECT | 1 | |
| math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached. | INDIRECT | 0 | |
| ms • 2.0.0Tiny milisecond conversion utility | INDIRECT | 0 | |
| object-inspect • 1.13.4string representations of objects in node and the browser | INDIRECT | 0 | |
| optimism • 0.10.3Composable reactive caching with efficient invalidation. | INDIRECT | 4 | |
| punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. | INDIRECT | 0 | |
| punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. | INDIRECT | 0 | |
| querystring • 0.2.0Node's querystring module for all engines. | INDIRECT | 0 | |
| redux-persist • 4.10.2persist and rehydrate redux stores | INDIRECT | 3 | |
| redux-thunk • 2.4.2Thunk middleware for Redux. | DIRECT | 0 | |
| redux • 3.7.2Predictable state container for JavaScript apps | DIRECT | 5 | |
| regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions. | INDIRECT | 0 | |
| setimmediate • 1.0.5A shim for the setImmediate efficient script yielding API | DIRECT | 0 | |
| side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked list | INDIRECT | 2 | |
| side-channel-map • 1.0.1Store information about any JS value in a side channel, using a Map | INDIRECT | 17 | |
| side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available. | INDIRECT | 18 | |
| side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available. | INDIRECT | 20 | |
| symbol-observable • 1.2.0Symbol.observable ponyfill | INDIRECT | 0 | |
| ts-invariant • 0.4.4TypeScript implementation of invariant(condition, message) | INDIRECT | 1 | |
| undici-types • 8.3.0A stand-alone types package for Undici | INDIRECT | 0 | |
| url • 0.10.3The core `url` packaged standalone for use with Browserify. | INDIRECT | 2 | |
| url • 0.11.4The core `url` packaged standalone for use with Browserify. | DIRECT | 23 | |
| uuid • 3.3.2RFC4122 (v1, v4, and v5) UUIDs | INDIRECT | 0 | |
| uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDs | DIRECT | 0 | |
| xml2js • 0.4.19Simple XML to JavaScript object converter. | INDIRECT | 2 | |
| xmlbuilder • 9.0.7An XML builder for node.js | INDIRECT | 0 | |
| zen-observable-ts • 0.8.21An Implementation of ES Observables in Typescript | INDIRECT | 2 | |
| zen-observable • 0.8.15An Implementation of ES Observables | INDIRECT | 0 | |