UNPKG

@tempots/ui

Version:

Provides a higher level of renderables to help fast development with Tempo.

45 lines 999 B
{ "name": "@tempots/ui", "version": "6.2.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.6.7" }, "peerDependencies": { "@tempots/std": "0.22.1" } }