This commit is contained in:
Valentin Silytuin
2024-12-19 22:45:52 +04:00
commit 72dc9167f4
11 changed files with 1653 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "@advdominion/tooltip",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@4.5.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/tooltip.git"
},
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": "^1.0.0"
}
}