@tempots/ui
Version:
Provides a higher level of renderables to help fast development with Tempo.
46 lines • 1.03 kB
JSON
{
"name": "@tempots/ui",
"version": "14.0.0",
"type": "module",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"description": "Provides a higher level of renderables to help fast development with Tempo.",
"keywords": [
"tempo",
"tempots",
"ui",
"framework",
"typescript",
"dom",
"renderables",
"components"
],
"homepage": "https://github.com/fponticelli/tempots",
"bugs": {
"url": "https://github.com/fponticelli/tempots/issues"
},
"author": {
"name": "Franco Ponticelli",
"email": "franco.ponticelli@gmail.com",
"url": "https://github.com/fponticelli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fponticelli/tempots.git"
},
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
}
},
"license": "Apache-2.0",
"dependencies": {
"@floating-ui/dom": "^1.7.1"
},
"peerDependencies": {
"@tempots/dom": "^35.0.0",
"@tempots/std": "^0.24.0"
}
}