@wangeditor-next/yjs
Version:
Yjs binding for wangeditor-next.
67 lines • 1.82 kB
JSON
{
"name": "@wangeditor-next/yjs",
"version": "0.1.41",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
"description": "Yjs binding for wangeditor-next.",
"homepage": "https://github.com/wangeditor-next/wangeditor-next#readme",
"keywords": [
"slate",
"wangEditor",
"yjs",
"collaborative"
],
"license": "MIT",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/css/style.css": "./dist/css/style.css"
},
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangeditor-next/wangEditor-next.git"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.43",
"slate": "^0.82.0",
"yjs": "^13.5.29"
},
"bugs": {
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"dependencies": {
"y-protocols": "^1.0.5"
},
"devDependencies": {
"slate": "^0.82.0",
"typescript": "^5.0.0",
"yjs": "^13.5.29",
"@wangeditor-next-shared/rollup-config": "^0.0.1"
},
"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"
}
}