UNPKG

@rematch/immer

Version:

Redux-Immer v6 plugin for Rematch. Provides immutable ability for rematch.

56 lines (55 loc) 1.39 kB
{ "name": "@rematch/immer", "version": "2.1.3", "sideEffects": false, "description": "Redux-Immer v6 plugin for Rematch. Provides immutable ability for rematch.", "homepage": "https://rematchjs.org", "main": "dist/index.js", "module": "dist/immer.esm.js", "browser": "dist/immer.esm.js", "unpkg": "dist/immer.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" ], "devDependencies": { "@rematch/core": "^2.2.0", "immer": "^8.0.1", "redux": "^4.0.5" }, "peerDependencies": { "@rematch/core": ">=2", "immer": ">=7 | >= 8 | >= 9", "redux": ">=4" }, "authors": [ "arcthur <arthurtemptation@gmail.com>", "Przemyslaw Jamrozowicz <pjamrozowicz@gmail.com> (https://github.com/pjamrozowicz)" ], "keywords": [ "@rematch", "rematch", "redux", "state management", "javascript" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rematch/rematch.git" }, "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583" }