First Upload sigpro ui

This commit is contained in:
2026-03-30 13:33:06 +02:00
commit 40d3b91c16
8 changed files with 1461 additions and 0 deletions

41
package.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "sigpro-ui",
"version": "1.1.0",
"type": "module",
"license": "MIT",
"main": "./index.js",
"module": "./index.js",
"exports": {
".": "./index.js"
},
"files": [
"index.js",
"sigpro-ui",
"vite",
"README.md",
"LICENSE"
],
"homepage": "https://natxocc.github.io/sigpro-ui/",
"repository": {
"type": "git",
"url": "https://github.com/natxocc/sigpro-ui.git"
},
"bugs": {
"url": "https://github.com/natxocc/sigpro-ui/issues"
},
"scripts": {
"docs": "bun x serve docs"
},
"keywords": [
"signals",
"reactive",
"sigpro",
"sigpro components",
"UI",
"web-components",
"vanilla-js",
"reactive-programming",
"signals-library",
"fine-grained-reactivity"
]
}