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