Ghost/ghost/admin/lib/koenig-editor/package.json
Thibaut Patel 82ccb36338 Added an emoji picker for the callout card
refs https://github.com/TryGhost/Team/issues/1206

- Uses https://emoji-button.js.org/ for the emoji panel and search
- Displayed when the callout card emoji is clicked
2021-11-15 14:19:20 +01:00

23 lines
598 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": "*",
"ember-auto-import": "^1.2.21",
"ember-cli-babel": "^7.5.0",
"ember-cli-htmlbars": "^4.0.5"
}
}