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

73 lines (72 loc) • 2.09 kB
{ "name": "@yoopta/editor", "version": "4.9.5", "license": "MIT", "private": false, "main": "dist/index.js", "type": "module", "module": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@floating-ui/react": "^0.26.9", "@radix-ui/react-icons": "^1.3.0", "copy-to-clipboard": "^3.3.3", "eventemitter3": "^5.0.1", "immer": "^10.0.3", "is-hotkey": "^0.2.0", "lodash.clonedeep": "^4.5.0", "validator": "^13.12.0" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2", "slate": "^0.102.0", "slate-react": "^0.102.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", "gitHead": "8a9a0b0f1e8dc5963232b1d33988562acbcffc46" }