@liveblocks/react-ui
Version:
A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.
141 lines (140 loc) • 4.07 kB
JSON
{
"name": "@liveblocks/react-ui",
"version": "2.23.1",
"description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"module": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"./primitives": {
"import": {
"types": "./dist/primitives/index.d.ts",
"default": "./dist/primitives/index.js"
},
"require": {
"types": "./dist/primitives/index.d.cts",
"module": "./dist/primitives/index.js",
"default": "./dist/primitives/index.cjs"
}
},
"./_private": {
"import": {
"types": "./dist/_private/index.d.ts",
"default": "./dist/_private/index.js"
},
"require": {
"types": "./dist/_private/index.d.cts",
"module": "./dist/_private/index.js",
"default": "./dist/_private/index.cjs"
}
},
"./styles.css": {
"types": "./styles.css.d.cts",
"default": "./styles.css"
},
"./styles/dark/media-query.css": {
"types": "./styles/dark/media-query.css.d.cts",
"default": "./styles/dark/media-query.css"
},
"./styles/dark/attributes.css": {
"types": "./styles/dark/attributes.css.d.cts",
"default": "./styles/dark/attributes.css"
}
},
"files": [
"dist/**",
"primitives/**",
"_private/**",
"**/*.css",
"**/*.css.d.cts",
"**/*.css.d.ts",
"**/*.css.map",
"README.md"
],
"scripts": {
"dev": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js",
"start": "npm run dev",
"format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
"lint": "eslint src/; stylelint src/styles/",
"lint:package": "publint --strict && attw --pack",
"test": "jest --silent --verbose --color=always",
"test:types": "ls test-d/* | xargs -n1 tsd --files",
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@liveblocks/client": "2.23.1",
"@liveblocks/core": "2.23.1",
"@liveblocks/react": "2.23.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"frimousse": "^0.2.0",
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.110.3"
},
"peerDependencies": {
"react": "^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@liveblocks/rollup-config": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"msw": "^1.3.5",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-plugin-logical-css": "^0.13.2"
},
"sideEffects": false,
"bugs": {
"url": "https://github.com/liveblocks/liveblocks/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liveblocks/liveblocks.git",
"directory": "packages/liveblocks-react-ui"
},
"homepage": "https://liveblocks.io",
"keywords": [
"react",
"components",
"comments",
"threads",
"notifications",
"liveblocks",
"real-time",
"toolkit",
"multiplayer",
"websockets",
"collaboration",
"collaborative",
"presence",
"crdts",
"synchronize",
"rooms",
"documents",
"conflict resolution"
]
}