zustand-yjs
Version:
Zustand Stores with Yjs
43 lines (42 loc) • 837 B
JSON
{
"name": "zustand-yjs",
"private": false,
"version": "0.0.14",
"description": "Zustand Stores with Yjs",
"main": "./index.cjs.js",
"module": "./index.js",
"types": "./index.d.ts",
"author": "Hadrien Froger",
"homepage": "https://github.com/tandem-pt/zustand-yjs",
"bugs": {
"url": "https://github.com/tandem-pt/zustand-yjs/issues"
},
"contributors": [],
"license": "MIT",
"keywords": [
"react",
"zustand",
"yjs",
"store",
"reactive",
"crdt",
"peer-to-peer",
"p2p",
"awareness",
"realtime",
"distributed"
],
"files": [
"**"
],
"sideEffects": false,
"peerDependencies": {
"y-protocols": ">=1.0.5",
"yjs": ">=13.0.0",
"zustand": ">=3.5.13"
},
"dependencies": {
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9"
}
}