@multisynq/react
Version:
React bindings for Multisynq
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "@multisynq/react",
"version": "1.0.2",
"description": "React bindings for Multisynq",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "npm run watch",
"dev": "npm run watch",
"prepublishOnly": "npm run build",
"build": "tsc",
"watch": "tsc --watch"
},
"author": "Croquet Labs",
"license": "Apache-2.0",
"dependencies": {
"@multisynq/client": "^1.0.4",
"object-hash": "^3.0.0"
},
"peerDependencies": {
"react": "18 - 19"
},
"devDependencies": {
"@types/node": "^22.15.14",
"@types/object-hash": "^3.0.6",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"multisynq",
"croquet",
"collaboration",
"realtime",
"framework"
]
}