Add catalog package

This commit is contained in:
2026-05-05 12:03:46 +00:00
commit 30946ce94e
17 changed files with 804 additions and 0 deletions
+64
View File
@@ -0,0 +1,64 @@
{
"name": "@smarthome.exchange/catalog",
"version": "0.1.0",
"private": false,
"description": "Web component catalog for smarthome.exchange.",
"exports": {
".": "./dist_ts_web/index.js"
},
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "pnpm run build",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle",
"watch": "tswatch",
"buildDocs": "tsdoc"
},
"dependencies": {
"@design.estate/dees-catalog": "^3.81.0",
"@design.estate/dees-domtools": "^2.5.6",
"@design.estate/dees-element": "^2.2.4",
"@design.estate/dees-wcctools": "^3.9.0",
"lucide": "^1.14.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.1",
"@git.zone/tswatch": "^3.3.3",
"@push.rocks/projectinfo": "^5.1.0",
"@types/node": "^25.6.0"
},
"files": [
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"html/**/*",
"license",
"readme.md",
"changelog.md"
],
"repository": {
"type": "git",
"url": "git+ssh://git@code.foss.global:29419/smarthome.exchange/catalog.git"
},
"bugs": {
"url": "https://code.foss.global/smarthome.exchange/catalog/issues"
},
"homepage": "https://code.foss.global/smarthome.exchange/catalog#readme",
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"smarthome.exchange",
"catalog",
"web components",
"home automation",
"design system"
],
"packageManager": "pnpm@10.28.2"
}