Initial commit: scaffold stack.gallery catalog frontend

This commit is contained in:
2026-03-21 11:04:38 +00:00
commit 1e758a6afd
31 changed files with 16405 additions and 0 deletions

25
npmextra.json Normal file
View File

@@ -0,0 +1,25 @@
{
"@git.zone/tswatch": {
"preset": "element"
},
"@git.zone/cli": {
"projectType": "wcc",
"module": {
"githost": "code.foss.global",
"gitscope": "stack.gallery",
"gitrepo": "catalog",
"description": "UI component catalog for Stack.Gallery",
"npmPackagename": "@stack.gallery/catalog",
"license": "MIT",
"projectDomain": "stack.gallery"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@ship.zone/szci": {}
}