UNPKG

react-unprop

Version:

A lightweight React signal system for sharing reactive state across components — no prop drilling, no context, no global state libraries. Just pure reactivity with persistent storage.

59 lines (58 loc) 1.46 kB
{ "name": "react-unprop", "version": "1.0.8", "description": "A lightweight React signal system for sharing reactive state across components — no prop drilling, no context, no global state libraries. Just pure reactivity with persistent storage.", "license": "MIT", "author": "Ayush Chauhan <ai.aayush10@gmail.com>", "type": "commonjs", "keywords": [ "react", "hook", "unprop", "state", "react-unprop", "reactivity", "react-unprop", "cross-tab", "persistent", "reactjs", "ssr", "nextjs", "server-side-rendering" ], "repository": { "type": "git", "url": "https://github.com/aayushchauhan10/react-unprop.git" }, "bugs": { "url": "https://github.com/aayushchauhan10/react-unprop/issues" }, "homepage": "https://github.com/aayushchauhan10/react-unprop#readme", "peerDependencies": { "react": ">=18.0.0" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs --out-dir dist", "prepare": "npm run build", "test": "vitest" }, "devDependencies": { "@types/node": "^22.15.27", "@types/react": "^19.1.5", "eslint": "^9.27.0", "prettier": "^3.5.3", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.1.4" }, "dependencies": { "@types/crypto-js": "^4.2.2", "crypto-js": "^4.2.0" } }