UNPKG

@rematch/persist

Version:

Redux-Persist v6 plugin for Rematch. Provides simple redux state persistence using local storage options.

53 lines (52 loc) 1.3 kB
{ "name": "@rematch/persist", "version": "2.1.2", "sideEffects": false, "description": "Redux-Persist v6 plugin for Rematch. Provides simple redux state persistence using local storage options.", "homepage": "https://rematchjs.org", "main": "dist/index.js", "module": "dist/persist.esm.js", "browser": "dist/persist.esm.js", "unpkg": "dist/persist.umd.production.min.js", "types": "dist/index.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "start": "dts watch", "build": "dts build --format cjs,esm,umd --tsconfig ./tsconfig.build.json", "test": "dts test", "lint": "dts lint", "clean": "rimraf dist" }, "files": [ "dist", "src", "../../README.md" ], "dependencies": { "redux-persist": "^6.0.0" }, "devDependencies": { "@rematch/core": "^2.2.0" }, "peerDependencies": { "@rematch/core": ">=2", "redux": ">=4" }, "author": "Shawn McKay <shawn.j.mckay@gmail.com>", "keywords": [ "@rematch", "plugin", "redux", "redux-persist", "rematch" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rematch/rematch.git" }, "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583" }