mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
82ccb36338
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
23 lines
598 B
JSON
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"
|
|
}
|
|
}
|