{
  "name": "@design.estate/dees-catalog",
  "version": "3.91.0",
  "private": false,
  "description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
  "main": "dist_ts_web/index.js",
  "typings": "dist_ts_web/index.d.ts",
  "type": "module",
  "author": "Lossless GmbH",
  "license": "MIT",
  "dependencies": {
    "@design.estate/dees-domtools": "^2.5.4",
    "@design.estate/dees-element": "^2.4.0",
    "@push.rocks/smarti18n": "^1.0.4",
    "@push.rocks/smartpromise": "^4.2.0",
    "@push.rocks/smartstring": "^4.1.0",
    "@tempfix/webcontainer__api": "1.6.1",
    "@tiptap/core": "^2.23.0",
    "@tiptap/extension-link": "^2.23.0",
    "@tiptap/extension-text-align": "^2.23.0",
    "@tiptap/extension-typography": "^2.23.0",
    "@tiptap/extension-underline": "^2.23.0",
    "@tiptap/starter-kit": "^2.23.0",
    "@tsclass/tsclass": "^9.5.0",
    "echarts": "^5.6.0",
    "highlight.js": "11.11.1",
    "ibantools": "^4.5.1",
    "lightweight-charts": "^5.1.0",
    "lucide": "^1.8.0",
    "monaco-editor": "0.55.1",
    "pdfjs-dist": "^4.10.38",
    "xterm": "^5.3.0",
    "xterm-addon-fit": "^0.8.0"
  },
  "devDependencies": {
    "@design.estate/dees-wcctools": "^3.9.2",
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsbundle": "^2.11.0",
    "@git.zone/tstest": "^3.6.6",
    "@git.zone/tswatch": "^3.3.5",
    "@push.rocks/projectinfo": "^5.1.0",
    "@types/node": "^26.1.0"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "scripts/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "keywords": [
    "Web Components",
    "User Interface",
    "UI Library",
    "Component Library",
    "JavaScript",
    "TypeScript",
    "Dynamic Components",
    "Modular Architecture",
    "Reusable Components",
    "Web Development",
    "Application UI",
    "Custom Elements",
    "Shadow DOM",
    "UI Elements",
    "Dashboard Interfaces",
    "Form Handling",
    "Data Display",
    "Visualization",
    "Charting",
    "Interactive Components",
    "Responsive Design",
    "Web Applications",
    "Modern Web",
    "Frontend Development"
  ],
  "scripts": {
    "test": "node scripts/check-bdtheme-ratchet.cjs && tstest test/ --web --verbose --timeout 30 --logfile",
    "build": "tsbuild tsfolders --allowimplicitany && tsbundle",
    "watch": "tswatch",
    "buildDocs": "tsdoc",
    "postinstall": "node scripts/update-monaco-version.cjs"
  }
}