61cf4d46db
refs https://github.com/TryGhost/Ghost/issues/9311 Koenig is being fully rebooted, first port of call is to focus on getting the rich-text only aspect of mobiledoc-kit working with our popup toolbar. - renames old koenig implementation (used for reference, will eventually be deleted) - new `{{koenig-editor}}` mobiledoc-kit component implementation based on ember-mobiledoc-editor - markdown text expansions - new `{{gh-koenig-edtor}}` that wraps our title+editor and handles keyboard navigation between the two - clicks below content will focus the editor - new `{{koenig-toolbar}}` component for the popup formatting toolbar with improved behaviour and simplified code
130 lines
4.1 KiB
JSON
130 lines
4.1 KiB
JSON
{
|
|
"name": "ghost-admin",
|
|
"version": "1.20.3",
|
|
"description": "Ember.js admin client for Ghost",
|
|
"author": "Ghost Foundation",
|
|
"homepage": "http://ghost.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TryGhost/Ghost-Admin.git"
|
|
},
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
"contributors": "https://github.com/TryGhost/Ghost-Admin/graphs/contributors",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"start": "ember server",
|
|
"build": "ember build",
|
|
"test": "ember test",
|
|
"lint:js": "eslint ./*.js app config lib mirage server tests",
|
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"devDependencies": {
|
|
"@html-next/vertical-collection": "1.0.0-beta.8",
|
|
"autoprefixer": "7.2.5",
|
|
"blueimp-md5": "2.10.0",
|
|
"bower": "1.8.2",
|
|
"broccoli-asset-rev": "2.6.0",
|
|
"broccoli-clean-css": "^2.0.1",
|
|
"broccoli-concat": "3.2.2",
|
|
"broccoli-funnel": "2.0.1",
|
|
"broccoli-merge-trees": "2.0.0",
|
|
"broccoli-uglify-sourcemap": "2.0.2",
|
|
"chai-jquery": "2.0.0",
|
|
"codemirror": "5.33.0",
|
|
"coveralls": "3.0.0",
|
|
"csscomb": "4.2.0",
|
|
"cssnano": "4.0.0-rc.2",
|
|
"ember-ajax": "3.0.0",
|
|
"ember-assign-helper": "0.1.2",
|
|
"ember-browserify": "1.2.1",
|
|
"ember-cli": "2.16.2",
|
|
"ember-cli-active-link-wrapper": "0.3.2",
|
|
"ember-cli-app-version": "3.1.3",
|
|
"ember-cli-babel": "6.11.0",
|
|
"ember-cli-chai": "0.4.3",
|
|
"ember-cli-code-coverage": "0.4.2",
|
|
"ember-cli-dependency-checker": "2.1.0",
|
|
"ember-cli-eslint": "4.2.3",
|
|
"ember-cli-htmlbars": "2.0.3",
|
|
"ember-cli-htmlbars-inline-precompile": "1.0.2",
|
|
"ember-cli-inject-live-reload": "1.7.0",
|
|
"ember-cli-mirage": "0.2.8",
|
|
"ember-cli-mocha": "0.14.4",
|
|
"ember-cli-moment-shim": "3.5.0",
|
|
"ember-cli-node-assets": "0.2.2",
|
|
"ember-cli-postcss": "3.7.1",
|
|
"ember-cli-pretender": "1.0.1",
|
|
"ember-cli-shims": "1.2.0",
|
|
"ember-cli-string-helpers": "https://github.com/kevinansfield/ember-cli-string-helpers.git#9fda91b34a00e3365833527605b44399f36432d5",
|
|
"ember-cli-test-loader": "2.2.0",
|
|
"ember-cli-uglify": "2.0.0",
|
|
"ember-composable-helpers": "2.1.0",
|
|
"ember-concurrency": "0.8.14",
|
|
"ember-data": "2.18.0",
|
|
"ember-data-filter": "1.13.0",
|
|
"ember-drag-drop": "0.4.7",
|
|
"ember-element-resize-detector": "0.1.5",
|
|
"ember-export-application-global": "2.0.0",
|
|
"ember-fetch": "3.4.4",
|
|
"ember-in-viewport": "2.1.1",
|
|
"ember-infinity": "0.2.8",
|
|
"ember-inline-svg": "0.1.11",
|
|
"ember-invoke-action": "1.5.0",
|
|
"ember-light-table": "1.8.6",
|
|
"ember-load": "0.0.12",
|
|
"ember-load-initializers": "1.0.0",
|
|
"ember-native-dom-helpers": "0.6.0",
|
|
"ember-one-way-controls": "3.0.1",
|
|
"ember-power-datepicker": "0.4.0",
|
|
"ember-power-select": "1.10.4",
|
|
"ember-resolver": "4.5.0",
|
|
"ember-responsive": "2.0.5",
|
|
"ember-route-action-helper": "2.0.6",
|
|
"ember-simple-auth": "1.4.2",
|
|
"ember-sinon": "1.0.1",
|
|
"ember-source": "2.18.0",
|
|
"ember-test-selectors": "0.3.8",
|
|
"ember-truth-helpers": "2.0.0",
|
|
"ember-wormhole": "0.5.4",
|
|
"emberx-file-input": "1.2.1",
|
|
"eslint": "4.16.0",
|
|
"eslint-plugin-ghost": "0.0.23",
|
|
"fs-extra": "4.0.3",
|
|
"glob": "7.1.2",
|
|
"grunt": "1.0.1",
|
|
"grunt-shell": "2.1.0",
|
|
"jquery-deparam": "0.5.3",
|
|
"liquid-fire": "0.29.1",
|
|
"liquid-tether": "2.0.6",
|
|
"liquid-wormhole": "2.1.1",
|
|
"loader.js": "4.6.0",
|
|
"markdown-it": "8.4.0",
|
|
"markdown-it-footnote": "3.0.1",
|
|
"markdown-it-lazy-headers": "0.1.3",
|
|
"markdown-it-mark": "2.0.0",
|
|
"matchdep": "2.0.0",
|
|
"mobiledoc-kit": "0.10.20",
|
|
"password-generator": "2.2.0",
|
|
"postcss-color-function": "4.0.1",
|
|
"postcss-custom-properties": "6.2.0",
|
|
"postcss-easy-import": "3.0.0",
|
|
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
|
"testem": "2.0.0",
|
|
"top-gh-contribs": "2.0.4",
|
|
"walk-sync": "0.3.2"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"lib/asset-delivery",
|
|
"lib/koenig-editor"
|
|
]
|
|
}
|
|
}
|