First Upload sigpro ui
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user