UNPKG

@larscom/ngrx-store-storagesync

Version:

Highly configurable state sync library between localStorage/sessionStorage and @ngrx/store (Angular)

51 lines 1.23 kB
{ "name": "@larscom/ngrx-store-storagesync", "version": "14.2.2", "description": "Highly configurable state sync library between localStorage/sessionStorage and @ngrx/store (Angular)", "repository": { "type": "git", "url": "git+https://github.com/larscom/ngrx-store-storagesync.git" }, "publishConfig": { "access": "public" }, "keywords": [ "angular", "ngrx", "redux", "store", "state", "storage", "rxjs", "localstorage", "sessionstorage", "reactive" ], "author": "Lars Kniep", "license": "MIT", "bugs": { "url": "https://github.com/larscom/ngrx-store-storagesync/issues" }, "homepage": "https://github.com/larscom/ngrx-store-storagesync#readme", "peerDependencies": { "@ngrx/store": ">=8.0.0", "@angular/common": ">=8.0.0", "@angular/core": ">=8.0.0" }, "dependencies": { "ramda": "^0.30.1", "tslib": "^2.3.0" }, "module": "fesm2022/larscom-ngrx-store-storagesync.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/larscom-ngrx-store-storagesync.mjs" } }, "sideEffects": false }