A somewhat working version

This commit is contained in:
2022-11-15 20:22:58 +01:00
parent 5cd4c8e367
commit 774b682936
5 changed files with 567 additions and 40 deletions

View File

@ -1,18 +1,20 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-date-input",
"version": "0.1.0",
"description": "",
"main": "tp-element.js",
"main": "tp-date-input.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-element.git"
"url": "https://gitea.codeblob.work/tp-elements/tp-date-input.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"lit": "^2.2.0"
}
}