tp-table/package.json

24 lines
555 B
JSON
Raw Permalink Normal View History

2022-06-17 14:54:06 +02:00
{
2022-06-17 16:13:55 +02:00
"name": "@tp/tp-table",
2024-10-21 23:33:49 +02:00
"version": "1.3.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-09-19 15:40:12 +02:00
"@lit-labs/virtualizer": "^2.0.7",
"@tp/helpers": "^2.1.0",
"@tp/tp-checkbox": "^1.0.7",
2022-06-17 16:13:55 +02:00
"@tp/tp-icon": "^1.0.1",
"@tp/tp-scroll-threshold": "^1.0.0",
2023-09-19 15:40:12 +02:00
"lit": "^2.8.0"
2022-06-17 14:54:06 +02:00
}
}