2022-03-27 16:52:00 +02:00
|
|
|
{
|
2022-03-28 23:32:54 +02:00
|
|
|
"name": "@tp/tp-sortable",
|
2024-10-21 23:34:53 +02:00
|
|
|
"version": "2.0.0",
|
2022-03-27 16:52:00 +02:00
|
|
|
"description": "",
|
2022-03-28 23:32:54 +02:00
|
|
|
"main": "tp-sortable.js",
|
2022-03-27 16:52:00 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-03-28 23:32:54 +02:00
|
|
|
"url": "https://gitea.codeblob.work/tp-elements/tp-sortable.git"
|
2022-03-27 16:52:00 +02:00
|
|
|
},
|
|
|
|
"author": "trading_peter",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2024-10-21 23:34:53 +02:00
|
|
|
"@tp/helpers": "^2.2.0",
|
2023-11-11 13:05:31 +01:00
|
|
|
"lit": "^2.8.0",
|
2022-03-28 23:32:54 +02:00
|
|
|
"sortablejs": "^1.15.0"
|
2022-03-27 16:52:00 +02:00
|
|
|
}
|
|
|
|
}
|