First version

This commit is contained in:
2023-04-06 00:04:28 +02:00
parent 6c274864ff
commit a46f51e5bf
5 changed files with 222 additions and 39 deletions

View File

@@ -1,18 +1,19 @@
{
"name": "@tp/tp-element",
"name": "@tp/tp-responsive-menu",
"version": "0.0.1",
"description": "",
"main": "tp-element.js",
"main": "tp-responsive-menu.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-responsive-menu.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/tp-media-query": "^1.0.0",
"lit": "^2.2.0"
}
}