tp-sortable/package.json

21 lines
451 B
JSON
Raw Permalink Normal View History

2022-03-27 16:52:00 +02:00
{
2022-03-28 23:32:54 +02:00
"name": "@tp/tp-sortable",
"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": {
"@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
}
}