UNPKG

react-external-subject

Version:

Wrap mutable sources into React-safe mutable source

72 lines (71 loc) 1.86 kB
{ "version": "0.4.3", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "pridepack", "react", "use-mutable-source", "use-subscription", "subscription", "observer", "subject" ], "name": "react-external-subject", "module": "dist/react-external-subject.esm.js", "exports": { "require": "./dist/index.js", "imports": "./dist/react-external-subject.esm.js" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/react-hooks": "^3.7.0", "@types/jest": "^26.0.19", "@types/node": "^14.14.14", "@types/react": "^17.0.0", "eslint": "^7.16.0", "eslint-config-lxsmnsyc": "^0.1.20", "pridepack": "^0.6.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", "ts-jest": "^26.4.4", "tslib": "^2.0.3", "typescript": "^4.1.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0" }, "scripts": { "prepublish": "pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "test": "pridepack test --passWithNoTests", "clean": "pridepack clean", "watch": "pridepack watch" }, "dependencies": { "@lyonph/react-hooks": "^0.2.2" }, "description": "Wrap mutable sources into React-safe mutable source", "repository": "https://github.com/lxsmnsyc/react-external-subject.git", "homepage": "https://github.com/lxsmnsyc/react-external-subject", "bugs": { "url": "https://github.com/lxsmnsyc/react-external-subject/issues" }, "author": "Alexis Munsayac <alexis.munsayac@gmail.com>", "private": false, "publishConfig": { "access": "public" } }