@wangeditor-kai/yjs-for-react
Version:
React specific components/utils for wangeditor-next-yjs.
67 lines • 1.91 kB
JSON
{
"name": "@wangeditor-kai/yjs-for-react",
"version": "0.1.50",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
"homepage": "https://github.com/wangeditor-next/wangeditor-next#readme",
"license": "MIT",
"types": "dist/yjs-for-react/src/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"keywords": [
"slate",
"wangEditor-next",
"yjs",
"collaborative",
"react"
],
"exports": {
".": {
"types": "./dist/yjs-for-react/src/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/css/style.css": "./dist/css/style.css"
},
"files": [
"dist"
],
"directories": {
"lib": "dist"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangeditor-next/wangEditor-next.git"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6"
},
"bugs": {
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"dependencies": {
"use-sync-external-store": "^1.2.0",
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@wangeditor-kai/editor": "^5.6.38",
"@wangeditor-kai/yjs": "^0.1.39",
"react": ">=17.0.2",
"slate": "^0.82.0",
"yjs": "^13.5.29"
},
"scripts": {
"test": "jest",
"test-c": "jest --coverage",
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
"dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
"size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js"
}
}