UNPKG

@nanostores/react

Version:

React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

36 lines (35 loc) 786 B
{ "name": "@nanostores/react", "version": "0.8.4", "description": "React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores", "keywords": [ "store", "state", "state manager", "react", "react native" ], "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "repository": "nanostores/react", "sideEffects": false, "type": "module", "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "engines": { "node": "^18.0.0 || >=20.0.0" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], "peerDependencies": { "nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0", "react": ">=18.0.0" } }