0106a21e3c
closes https://github.com/TryGhost/Ghost/issues/6458 - swap `ember-sortable` for `ember-drag-drop` in navigation UI - extract PSM tag input into new `{{gh-psm-tags-input}}` - add new `{{gh-token-input}}` that wraps `ember-power-select` and `ember-drag-drop` to replicate the previous selectize based tags input - enhance `{{gh-psm-tags-input}}` behaviour to highlight selected primary tag and show "primary/internal" in selected tag titles - 🔥 remove `selectize` - 🔥 remove `jquery-ui` - 🔥 remove unused `{{gh-navigation}}` component
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"name": "ghost-admin",
|
|
"dependencies": {
|
|
"devicejs": "0.2.7",
|
|
"Faker": "3.1.0",
|
|
"google-caja": "6005.0.0",
|
|
"keymaster": "1.6.3",
|
|
"normalize.css": "3.0.3",
|
|
"pretender": "1.1.0",
|
|
"rangyinputs": "1.2.0",
|
|
"validator-js": "3.39.0"
|
|
}
|
|
}
|