@nanostores/react
Version:
React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores
36 lines (35 loc) • 764 B
JSON
{
"name": "@nanostores/react",
"version": "1.1.0",
"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": "^20.0.0 || >=22.0.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"peerDependencies": {
"nanostores": "^1.2.0",
"react": ">=18.0.0"
}
}