UNPKG

@equinor/fusion-query

Version:

Reactive data fetching and caching library with observable streams and comprehensive event system

100 lines 2.31 kB
{ "name": "@equinor/fusion-query", "version": "7.0.1", "description": "Reactive data fetching and caching library with observable streams and comprehensive event system", "keywords": [ "observable", "react", "fusion", "equinor" ], "homepage": "https://github.com/equinor/fusion-framework/tree/master/packages/observable#readme", "license": "ISC", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "types": "./dist/types/index.d.ts" }, "./cache": { "import": "./dist/esm/cache/index.js", "types": "./dist/types/cache/index.d.ts" }, "./client": { "import": "./dist/esm/client/index.js", "types": "./dist/types/client/index.d.ts" }, "./operators": { "import": "./dist/esm/operators.js", "types": "./dist/types/operators.d.ts" }, "./react": { "import": "./dist/esm/react/index.js", "types": "./dist/types/react/index.d.ts" } }, "typesVersions": { "*": { ".": [ "dist/types/index.d.ts" ], "cache": [ "dist/types/cache/index.d.ts" ], "client": [ "dist/types/client/index.d.ts" ], "operators": [ "dist/types/operators.d.ts" ], "react": [ "dist/types/react/index.d.ts" ] } }, "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/equinor/fusion-framework.git", "directory": "packages/utils/query" }, "bugs": { "url": "https://github.com/equinor/fusion-framework/issues" }, "dependencies": { "immer": "^11.0.0", "rxjs": "^7.8.1", "uuid": "^14.0.0", "@equinor/fusion-observable": "^9.0.1", "@equinor/fusion-log": "^2.0.0" }, "devDependencies": { "@types/react": "^19.2.7", "react": "^19.2.1", "typescript": "^5.9.3", "vitest": "^4.1.0" }, "peerDependencies": { "@types/react": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "react": { "optional": true } }, "scripts": { "build": "tsc -b", "test": "vitest" } }