Ghost/ghost/admin/lib/koenig-editor/package.json
Kevin Ansfield 2598097b36
Added lexical conversion when copying from mobiledoc
closes https://github.com/TryGhost/Team/issues/3311

- added event handler to the mobiledoc editor for cut and copy operations that reads mobiledoc from the event data, converts to lexical using `@tryghost/kg-converters` and stores the converted data on the event under the `application/x-lexical-editor` mimetype ready to be pasted into a lexical editor
2023-05-25 13:50:47 +01:00

26 lines
701 B
JSON

{
"name": "koenig-editor",
"version": "0.0.1",
"description": "A mobiledoc-kit based editor for Ghost.",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",
"bugs": "https://github.com/TryGhost/Ghost/issues",
"license": "MIT",
"private": true,
"keywords": [
"ember-addon"
],
"dependencies": {
"@joeattardi/emoji-button": "^4.6.0",
"@tryghost/helpers": "^1.1.1",
"@tryghost/kg-clean-basic-html": "*",
"@tryghost/kg-parser-plugins": "*",
"@tryghost/kg-converters": "*",
"ember-auto-import": "^2.4.2",
"ember-classic-decorator": "*",
"ember-cli-babel": "^7.5.0",
"ember-cli-htmlbars": "^6.1.0",
"ember-keyboard": "^8.2.0"
}
}