Ghost-Admin/package.json

126 lines
4.0 KiB
JSON
Raw Normal View History

2015-02-13 05:22:32 +01:00
{
"name": "ghost-admin",
2017-07-28 16:31:37 +02:00
"version": "1.1.0",
"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": {
"start": "ember server",
"build": "ember build",
"test": "ember test",
"lint": "ember test --launch phantomjs -f 'ESLint'",
"coverage": "cat ./coverage/lcov.info | coveralls"
2015-02-13 05:22:32 +01:00
},
"engines": {
"node": ">= 4"
2015-02-13 05:22:32 +01:00
},
"devDependencies": {
"@html-next/vertical-collection": "^1.0.0-beta.4",
"autoprefixer": "6.7.7",
2017-02-27 10:17:04 +01:00
"blueimp-md5": "2.7.0",
"bower": "1.8.0",
"broccoli-asset-rev": "2.5.0",
"broccoli-clean-css": "^2.0.1",
2017-02-27 10:50:13 +01:00
"broccoli-concat": "3.2.2",
"broccoli-funnel": "1.2.0",
2017-03-08 12:26:53 +01:00
"broccoli-merge-trees": "2.0.0",
"broccoli-uglify-js": "0.2.0",
2017-01-19 17:51:06 +01:00
"chai-jquery": "2.0.0",
"codemirror": "5.25.2",
"coveralls": "2.13.1",
2017-03-08 12:12:01 +01:00
"csscomb": "4.0.1",
2017-02-17 20:46:41 +01:00
"cssnano": "3.10.0",
2017-03-08 12:17:27 +01:00
"ember-ajax": "2.5.6",
"ember-browserify": "1.1.13",
"ember-cli": "2.13.1",
"ember-cli-active-link-wrapper": "0.3.2",
"ember-cli-app-version": "3.0.0",
"ember-cli-babel": "6.1.0",
"ember-cli-chai": "0.4.0",
"ember-cli-code-coverage": "0.3.12",
"ember-cli-dependency-checker": "1.4.0",
"ember-cli-eslint": "3.1.0",
"ember-cli-htmlbars": "1.3.2",
"ember-cli-htmlbars-inline-precompile": "0.4.2",
🎨 remove usage of ghost's {{asset}} helper in index.html (#574) refs #8140 🎨 remove usage of ghost's {{asset}} helper in built index.html files requires https://github.com/TryGhost/Ghost/pull/8142 - switch to hash-location rather than history-location - remove usage of Ghost's `{{asset}}` helper in index.html - add `content-for` helpers to `asset-delivery` addon that switch asset urls in index.html to `.min` files in production - update the `asset-delivery` addon to copy the production `index.min.html` to `default-prod.hbs` so Ghost can serve production assets when in production mode - change template output path to `core/server/admin/views/` - enable asset fingerprinting - remove `ember-cli-sri` dependency - we weren't using it but now that ember is handling assets it was used automatically and could potentially create issues if users have proxy servers that attempt to compress or otherwise modify asset files ✨ redirect to setup if server says setup isn't finished refs https://github.com/TryGhost/Ghost/issues/8140 - now we're using hash-location the server no longer knows if we're hitting the /setup route so it's not able to redirect for us - extends the default ESA `UnauthenticatedRouteMixin` to add a check against the `/authentication/setup` API endpoint and redirects to `/#/setup/one` if setup isn't complete - this works for all routes because the default behaviour when hitting an authenticated route without the right credentials is to force a logout and redirect to `/#/signin` which utilises the `UnauthenticatedRouteMixin` deps: ember-cli-inject-live-reload@1.6.1
2017-03-14 17:04:46 +01:00
"ember-cli-inject-live-reload": "1.6.1",
"ember-cli-mirage": "0.2.8",
"ember-cli-mocha": "0.14.3",
"ember-cli-moment-shim": "3.1.0",
"ember-cli-node-assets": "0.2.2",
"ember-cli-postcss": "3.2.0",
"ember-cli-pretender": "1.0.1",
"ember-cli-selectize": "0.5.12",
"ember-cli-shims": "1.1.0",
"ember-cli-test-loader": "2.1.0",
2015-11-30 19:23:47 +01:00
"ember-cli-uglify": "1.2.0",
"ember-composable-helpers": "2.0.1",
"ember-concurrency": "0.8.3",
"ember-data": "2.13.1",
"ember-data-filter": "1.13.0",
"ember-element-resize-detector": "0.1.5",
"ember-export-application-global": "2.0.0",
"ember-infinity": "0.2.8",
2017-04-14 17:08:46 +02:00
"ember-inline-svg": "0.1.11",
"ember-invoke-action": "1.4.0",
"ember-light-table": "1.8.6",
"ember-load": "0.0.11",
"ember-load-initializers": "1.0.0",
"ember-native-dom-helpers": "0.4.0",
"ember-one-way-controls": "2.0.0",
"ember-power-datepicker": "0.3.0",
"ember-power-select": "1.8.2",
"ember-resolver": "4.1.0",
2017-03-29 00:22:02 +02:00
"ember-responsive": "2.0.2",
"ember-route-action-helper": "2.0.3",
"ember-simple-auth": "1.3.0",
"ember-sinon": "0.7.0",
"ember-sortable": "1.9.1",
"ember-source": "2.13.0",
"ember-test-selectors": "0.3.3",
2017-02-03 17:59:34 +01:00
"ember-truth-helpers": "1.3.0",
"ember-wormhole": "0.5.1",
"emberx-file-input": "1.1.2",
"eslint-plugin-ember-suave": "1.0.0",
"eslint-plugin-sort-imports-es6-autofix": "https://github.com/kevinansfield/eslint-plugin-sort-imports-es6-autofix.git#node-4-compat",
"fs-extra": "3.0.1",
"glob": "7.1.1",
"grunt": "1.0.1",
"grunt-shell": "2.1.0",
"jquery-deparam": "0.5.3",
"liquid-fire": "0.27.3",
"liquid-tether": "2.0.4",
"liquid-wormhole": "2.0.5",
"loader.js": "4.4.0",
"markdown-it": "8.3.1",
"markdown-it-footnote": "3.0.1",
"markdown-it-lazy-headers": "0.1.3",
"markdown-it-mark": "2.0.0",
"markdown-it-named-headers": "0.0.4",
"matchdep": "1.0.1",
2017-01-19 14:39:19 +01:00
"password-generator": "2.1.0",
2017-02-17 20:46:41 +01:00
"postcss-color-function": "3.0.0",
"postcss-custom-properties": "5.0.2",
"postcss-easy-import": "2.0.0",
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
"top-gh-contribs": "2.0.4",
"torii": "0.8.2",
"walk-sync": "0.3.1"
2015-02-13 05:22:32 +01:00
},
"ember-addon": {
"paths": [
"lib/asset-delivery"
2015-02-13 05:22:32 +01:00
]
}
}