2015-02-13 05:22:32 +01:00
|
|
|
{
|
2016-05-24 14:06:59 +02:00
|
|
|
"name": "ghost-admin",
|
2019-07-17 17:45:21 +02:00
|
|
|
"version": "2.25.8",
|
2016-05-24 14:06:59 +02:00
|
|
|
"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",
|
2015-02-13 05:22:32 +01:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-28 18:31:43 +01:00
|
|
|
"start": "ember serve",
|
2015-02-13 05:22:32 +01:00
|
|
|
"build": "ember build",
|
2019-03-11 19:16:01 +01:00
|
|
|
"test": "ember exam --split 2 --parallel",
|
2019-05-06 13:02:23 +02:00
|
|
|
"lint:js": "eslint ."
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-07-15 13:25:51 +02:00
|
|
|
"node": "^8.10.0 || ^10.13.0"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-10 02:34:44 +02:00
|
|
|
"@ember/jquery": "0.6.1",
|
2019-01-08 15:39:37 +01:00
|
|
|
"@ember/optional-features": "0.7.0",
|
2019-06-18 12:47:21 +02:00
|
|
|
"@ember/render-modifiers": "1.0.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"@html-next/vertical-collection": "1.0.0-beta.13",
|
2019-06-17 02:30:03 +02:00
|
|
|
"@tryghost/helpers": "1.1.6",
|
2019-05-06 05:24:21 +02:00
|
|
|
"@tryghost/kg-clean-basic-html": "0.1.1",
|
2019-06-17 02:30:17 +02:00
|
|
|
"@tryghost/kg-parser-plugins": "0.5.1",
|
2019-06-03 13:10:57 +02:00
|
|
|
"@tryghost/mobiledoc-kit": "0.11.2-ghost.4",
|
2019-06-17 02:30:31 +02:00
|
|
|
"@tryghost/timezone-data": "0.2.5",
|
2019-07-08 02:26:40 +02:00
|
|
|
"autoprefixer": "9.6.1",
|
2017-08-28 12:39:29 +02:00
|
|
|
"blueimp-md5": "2.10.0",
|
2019-01-08 13:36:16 +01:00
|
|
|
"broccoli-asset-rev": "3.0.0",
|
2019-01-02 10:58:55 +01:00
|
|
|
"broccoli-concat": "3.7.3",
|
2019-03-05 18:34:00 +01:00
|
|
|
"broccoli-funnel": "2.0.2",
|
2019-01-08 13:36:16 +01:00
|
|
|
"broccoli-merge-trees": "3.0.2",
|
2019-04-22 02:35:48 +02:00
|
|
|
"broccoli-uglify-sourcemap": "3.1.1",
|
2019-01-02 10:58:55 +01:00
|
|
|
"chai-dom": "1.8.1",
|
2019-07-22 02:30:59 +02:00
|
|
|
"codemirror": "5.48.2",
|
2019-04-22 09:34:52 +02:00
|
|
|
"csscomb": "4.3.0",
|
2019-02-24 05:19:06 +01:00
|
|
|
"cssnano": "4.1.10",
|
2019-03-13 15:13:22 +01:00
|
|
|
"element-resize-detector": "1.1.15",
|
2019-03-07 18:24:35 +01:00
|
|
|
"ember-ajax": "5.0.0",
|
2019-01-08 15:39:37 +01:00
|
|
|
"ember-assign-helper": "0.2.0",
|
2019-07-15 12:46:56 +02:00
|
|
|
"ember-auto-import": "1.5.2",
|
2019-05-20 02:40:43 +02:00
|
|
|
"ember-cli": "3.10.1",
|
2018-04-30 15:25:12 +02:00
|
|
|
"ember-cli-app-version": "3.2.0",
|
2019-06-24 06:28:36 +02:00
|
|
|
"ember-cli-babel": "7.8.0",
|
2018-03-26 12:41:45 +02:00
|
|
|
"ember-cli-chai": "0.5.0",
|
2019-05-27 02:25:06 +02:00
|
|
|
"ember-cli-dependency-checker": "3.2.0",
|
2019-04-02 11:53:20 +02:00
|
|
|
"ember-cli-deprecation-workflow": "1.0.1",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-cli-eslint": "5.1.0",
|
2019-07-01 02:32:36 +02:00
|
|
|
"ember-cli-htmlbars": "3.1.0",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "2.1.0",
|
|
|
|
"ember-cli-inject-live-reload": "2.0.1",
|
2019-05-27 02:25:20 +02:00
|
|
|
"ember-cli-mirage": "1.0.0",
|
2018-04-30 15:25:12 +02:00
|
|
|
"ember-cli-moment-shim": "3.7.1",
|
2017-03-30 21:51:50 +02:00
|
|
|
"ember-cli-node-assets": "0.2.2",
|
2019-06-10 02:34:44 +02:00
|
|
|
"ember-cli-postcss": "4.2.1",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-cli-pretender": "3.1.1",
|
2017-11-22 14:31:33 +01:00
|
|
|
"ember-cli-shims": "1.2.0",
|
2019-06-24 02:30:23 +02:00
|
|
|
"ember-cli-string-helpers": "3.0.0",
|
2017-08-18 05:58:50 +02:00
|
|
|
"ember-cli-test-loader": "2.2.0",
|
2019-04-15 10:28:22 +02:00
|
|
|
"ember-cli-uglify": "3.0.0",
|
2019-04-29 08:24:47 +02:00
|
|
|
"ember-composable-helpers": "2.3.1",
|
2019-06-03 04:28:45 +02:00
|
|
|
"ember-concurrency": "1.0.0",
|
2019-05-20 02:40:43 +02:00
|
|
|
"ember-data": "3.10.0",
|
2018-05-01 10:23:33 +02:00
|
|
|
"ember-drag-drop": "0.4.8",
|
2019-06-24 02:29:21 +02:00
|
|
|
"ember-exam": "3.0.3",
|
2017-03-29 00:43:31 +02:00
|
|
|
"ember-export-application-global": "2.0.0",
|
2019-07-15 12:46:56 +02:00
|
|
|
"ember-fetch": "6.7.0",
|
2019-07-01 10:58:18 +02:00
|
|
|
"ember-in-viewport": "3.5.8",
|
2019-05-27 02:24:32 +02:00
|
|
|
"ember-infinity": "1.4.7",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-load": "0.0.17",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-load-initializers": "2.0.0",
|
2019-06-17 02:31:02 +02:00
|
|
|
"ember-mocha": "0.16.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-moment": "7.8.1",
|
2018-02-28 12:44:03 +01:00
|
|
|
"ember-one-way-select": "4.0.0",
|
2019-04-22 02:35:48 +02:00
|
|
|
"ember-power-calendar-moment": "0.1.7",
|
2019-07-15 02:27:59 +02:00
|
|
|
"ember-power-datepicker": "0.6.1",
|
2019-07-08 02:26:55 +02:00
|
|
|
"ember-power-select": "2.3.5",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-resolver": "5.1.3",
|
2019-03-13 15:11:20 +01:00
|
|
|
"ember-route-action-helper": "2.0.7",
|
2019-07-15 12:46:56 +02:00
|
|
|
"ember-simple-auth": "1.9.1",
|
2019-05-27 02:25:20 +02:00
|
|
|
"ember-sinon": "4.0.0",
|
2019-06-24 02:29:33 +02:00
|
|
|
"ember-source": "3.10.2",
|
2019-01-02 10:58:55 +01:00
|
|
|
"ember-sticky-element": "0.2.3",
|
|
|
|
"ember-svg-jar": "1.2.2",
|
2019-03-18 15:24:58 +01:00
|
|
|
"ember-test-selectors": "2.1.0",
|
2018-08-29 19:17:49 +02:00
|
|
|
"ember-truth-helpers": "2.1.0",
|
2019-04-22 02:35:48 +02:00
|
|
|
"ember-useragent": "0.9.1",
|
2018-01-04 15:18:32 +01:00
|
|
|
"emberx-file-input": "1.2.1",
|
2019-04-01 11:45:00 +02:00
|
|
|
"eslint": "5.16.0",
|
2019-07-08 02:27:30 +02:00
|
|
|
"eslint-plugin-ghost": "0.4.0",
|
2019-05-27 10:37:05 +02:00
|
|
|
"faker": "4.1.0",
|
2019-07-01 02:32:23 +02:00
|
|
|
"fs-extra": "8.1.0",
|
2019-05-13 11:00:30 +02:00
|
|
|
"glob": "7.1.4",
|
2018-03-19 18:56:09 +01:00
|
|
|
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
2019-03-25 01:35:52 +01:00
|
|
|
"grunt": "1.0.4",
|
2019-01-10 15:15:37 +01:00
|
|
|
"grunt-shell": "3.0.1",
|
2018-04-09 14:41:23 +02:00
|
|
|
"keymaster": "https://github.com/madrobby/keymaster.git",
|
2019-06-13 20:44:49 +02:00
|
|
|
"liquid-fire": "0.30.0",
|
2018-04-23 12:53:42 +02:00
|
|
|
"liquid-tether": "2.0.7",
|
2018-07-02 15:32:00 +02:00
|
|
|
"liquid-wormhole": "2.1.5",
|
2018-04-23 12:53:42 +02:00
|
|
|
"loader.js": "4.7.0",
|
2019-07-15 07:24:30 +02:00
|
|
|
"markdown-it": "9.0.1",
|
2019-07-15 02:28:14 +02:00
|
|
|
"markdown-it-footnote": "3.0.2",
|
2017-05-15 18:51:19 +02:00
|
|
|
"markdown-it-lazy-headers": "0.1.3",
|
|
|
|
"markdown-it-mark": "2.0.0",
|
2017-08-28 12:39:29 +02:00
|
|
|
"matchdep": "2.0.0",
|
2018-03-19 18:56:09 +01:00
|
|
|
"normalize.css": "3.0.3",
|
2019-02-24 05:19:06 +01:00
|
|
|
"postcss-color-mod-function": "3.0.3",
|
2019-04-01 02:41:42 +02:00
|
|
|
"postcss-custom-media": "7.0.8",
|
2019-07-15 15:21:55 +02:00
|
|
|
"postcss-custom-properties": "9.0.2",
|
2019-02-24 05:19:06 +01:00
|
|
|
"postcss-easy-import": "3.0.0",
|
2019-01-08 13:36:16 +01:00
|
|
|
"reframe.js": "2.2.5",
|
2017-05-11 15:16:31 +02:00
|
|
|
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
2019-07-15 07:23:21 +02:00
|
|
|
"testem": "2.17.0",
|
2016-06-28 19:36:00 +02:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2018-03-19 18:56:09 +01:00
|
|
|
"validator": "7.2.0",
|
2019-07-15 02:28:31 +02:00
|
|
|
"walk-sync": "2.0.2"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
2018-01-18 16:36:01 +01:00
|
|
|
"lib/asset-delivery",
|
2018-01-30 11:01:07 +01:00
|
|
|
"lib/koenig-editor"
|
2015-02-13 05:22:32 +01:00
|
|
|
]
|
2019-03-15 19:06:16 +01:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2019-07-01 10:58:18 +02:00
|
|
|
"ember-in-viewport": "3.5.8"
|
2015-02-13 05:22:32 +01:00
|
|
|
}
|
2015-02-14 05:03:16 +01:00
|
|
|
}
|