mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch drag & drop lib
This commit is contained in:
parent
1f9c509d58
commit
f7c130f1b5
105 changed files with 4100 additions and 4165 deletions
32
dashboard-ui/bower_components/Sortable/component.json
vendored
Normal file
32
dashboard-ui/bower_components/Sortable/component.json
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "Sortable",
|
||||
"main": "Sortable.js",
|
||||
"version": "1.4.2",
|
||||
"homepage": "http://rubaxa.github.io/Sortable/",
|
||||
"repo": "RubaXa/Sortable",
|
||||
"authors": [
|
||||
"RubaXa <ibnRubaXa@gmail.com>"
|
||||
],
|
||||
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
|
||||
"keywords": [
|
||||
"sortable",
|
||||
"reorder",
|
||||
"list",
|
||||
"html5",
|
||||
"drag",
|
||||
"and",
|
||||
"drop",
|
||||
"dnd"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
|
||||
"scripts": [
|
||||
"Sortable.js"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue