UNPKG

@shared-state/react

Version:

This package provides a series of APIs for using Shared State via React

32 lines 616 B
{ "name": "@shared-state/react", "author": "Mark Li", "private": false, "repository": { "type": "git", "url": "git@github.com:lmarklil/shared-state.git" }, "version": "2.0.0", "description": "", "keywords": [ "shared-state" ], "license": "MIT", "type": "module", "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.mjs", "files": [ "dist" ], "dependencies": { "use-sync-external-store": "^1.2.0" }, "devDependencies": { "react": "^18.2.0" }, "peerDependencies": { "react": ">=16.8", "@shared-state/core": "1.3.1" } }