2022-06-17 14:54:06 +02:00
|
|
|
{
|
2022-06-17 16:13:55 +02:00
|
|
|
"name": "@tp/tp-table",
|
2023-09-02 00:19:42 +02:00
|
|
|
"version": "1.1.2",
|
2022-06-17 14:54:06 +02:00
|
|
|
"description": "",
|
2022-06-17 16:13:55 +02:00
|
|
|
"main": "tp-table.js",
|
2022-06-17 14:54:06 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-06-17 16:13:55 +02:00
|
|
|
"url": "https://gitea.codeblob.work/tp-elements/tp-table.git"
|
2022-06-17 14:54:06 +02:00
|
|
|
},
|
|
|
|
"author": "trading_peter",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2023-01-13 11:52:10 +01:00
|
|
|
"@lit-labs/virtualizer": "^1.0.1",
|
2022-06-17 16:13:55 +02:00
|
|
|
"@tp/helpers": "^1.1.3",
|
|
|
|
"@tp/tp-checkbox": "^1.0.4",
|
|
|
|
"@tp/tp-icon": "^1.0.1",
|
|
|
|
"@tp/tp-scroll-threshold": "^1.0.0",
|
|
|
|
"lit": "^2.2.6"
|
2022-06-17 14:54:06 +02:00
|
|
|
}
|
|
|
|
}
|