redom-components
Version:
Lightweight, reusable UI components built with RE:DOM.
28 lines (27 loc) • 541 B
JSON
{
"name": "redom-components",
"version": "1.0.17",
"description": "Lightweight, reusable UI components built with RE:DOM.",
"keywords": [
"redom",
"components",
"ui",
"web",
"frontend",
"javascript"
],
"author": "Nick Adkinson",
"license": "MIT",
"type": "module",
"main": "./index.js",
"exports": {
".": "./index.js"
},
"dependencies": {
"redom": "^4.3.0"
},
"files": [
"index.js",
"components/"
]
}