UNPKG

@rematch/loading

Version:

Loading indicator plugin for Rematch

49 lines (48 loc) 1.15 kB
{ "name": "@rematch/loading", "version": "2.1.2", "sideEffects": false, "description": "Loading indicator plugin for Rematch", "homepage": "https://rematchjs.org", "main": "dist/index.js", "module": "dist/loading.esm.js", "browser": "dist/loading.esm.js", "unpkg": "dist/loading.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" }, "peerDependencies": { "@rematch/core": ">=2" }, "author": "Shawn McKay <shawn.j.mckay@gmail.com>", "keywords": [ "@rematch", "loading", "plugin", "redux", "rematch" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rematch/rematch.git" }, "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583" }