UNPKG

@yoopta/editor

Version:

<h2 align="center">Yoopta-Editor v1 🎉</h2> <p align="center">Yoopta-Editor - is an open source notion-like editor 💥</p> <div align="center"> <img width="574" alt="Screen Shot 2023-01-25 at 16 04 29" src="https://user-images.githubusercontent.com/2909311

72 lines (71 loc) • 2.02 kB
{ "name": "@yoopta/editor", "version": "6.0.2", "license": "MIT", "main": "dist/index.js", "type": "module", "module": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "dependencies": { "eventemitter3": "^5.0.1", "immer": "^10.0.3", "is-hotkey": "^0.2.0", "lodash.clonedeep": "^4.5.0", "validator": "^13.12.0" }, "peerDependencies": { "react": ">=18.2.0", "react-dom": ">=18.2.0", "slate": "^0.120.0", "slate-dom": "^0.119.0", "slate-react": "^0.120.0" }, "scripts": { "start": "rollup --config rollup.config.js --watch --bundleConfigAsCjs --environment NODE_ENV:development", "prepublishOnly": "yarn build", "build": "rollup --config rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production" }, "keywords": [ "contenteditable", "docs", "document", "edit", "editor", "editable", "html", "markdown", "medium", "paper", "react", "rich", "richtext", "richtext", "slate", "text", "notion", "wysiwyg", "wysiwym" ], "devDependencies": { "@types/lodash.uniqwith": "^4.5.7", "@types/validator": "^13.12.2" }, "description": "<h2 align=\"center\">Yoopta-Editor v1 🎉</h2> <p align=\"center\">Yoopta-Editor - is an open source notion-like editor 💥</p> <div align=\"center\"> <img width=\"574\" alt=\"Screen Shot 2023-01-25 at 16 04 29\" src=\"https://user-images.githubusercontent.com/29093118/215324525-882bf403-646c-4267-bb5f-c0f37509ac09.png\"> </div>", "repository": { "type": "git", "url": "git+https://github.com/Darginec05/Yoopta-Editor.git" }, "author": "https://github.com/Darginec05", "bugs": { "url": "https://github.com/Darginec05/Yoopta-Editor/issues" }, "homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "gitHead": "0c1eed956a263573e6aff9bdf58dcaf834deadf5" }