{
  "name": "@clusterenvision/ui-webcomponents",
  "version": "1.2.6",
  "description": "Cluster Envision reusable Web Components built on top of the CE UI framework.",
  "private": false,
  "type": "module",
  "sideEffects": true,
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./define": {
      "types": "./dist/runtime/component-element.d.ts",
      "import": "./dist/runtime/component-element.js"
    },
    "./icon": {
      "types": "./dist/components/web-components/icon.d.ts",
      "import": "./dist/components/web-components/icon.js"
    },
    "./elements/*": {
      "types": "./dist/components/web-components/*.d.ts",
      "import": "./dist/components/web-components/*.js"
    },
    "./icons/config": {
      "types": "./dist/src/icons/config.d.ts",
      "import": "./dist/src/icons/config.js"
    },
    "./icons/cache": {
      "types": "./dist/src/icons/cache.d.ts",
      "import": "./dist/src/icons/cache.js"
    },
    "./icons/registry": {
      "types": "./dist/src/icons/registry.d.ts",
      "import": "./dist/src/icons/registry.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:ulimit": "./with-ulimit.sh pnpm build",
    "storybook": "storybook dev -p 6006",
    "storybook:fast": "CE_STORYBOOK_DISABLE_DOCS=1 storybook dev -p 6006",
    "build-storybook": "storybook build",
    "build-storybook:fast": "CE_STORYBOOK_DISABLE_DOCS=1 storybook build",
    "generate:registrations": "node scripts/generate-registrations.mjs",
    "generate:metadata": "node scripts/generate-component-metadata.mjs",
    "generate:contracts": "node scripts/generate-component-contracts.mjs",
    "scaffold:component": "node scripts/scaffold-component.mjs",
    "vrt:baseline": "npm run build-storybook && npx playwright test --config tests/visual/playwright.config.ts --update-snapshots",
    "vrt:test": "npm run build-storybook && npx playwright test --config tests/visual/playwright.config.ts",
    "vrt:update": "npm run vrt:baseline",
    "check:styles": "node ./scripts/check-style-imports.mjs",
    "check:demos": "node ./scripts/check-demo-attrs.mjs",
    "check:registrations": "node ./scripts/check-registrations.mjs",
    "check:icons": "node ./scripts/check-icon-names.mjs",
    "prepare": "npm run build",
    "test": "vitest run",
    "test:unit": "vitest run tests/**/*.test.ts",
    "test:contracts": "vitest run tests/contracts/events tests/contracts/hydration tests/contracts/parts tests/contracts/conventions --passWithNoTests",
    "test:contracts:ci": "vitest run tests/contracts/events tests/contracts/hydration tests/contracts/parts tests/contracts/conventions --passWithNoTests",
    "test:hydration": "vitest run tests/Hydration*.test.ts",
    "test:perf": "PERF_BUDGET=1 vitest run tests/perf/perf-budgets.test.ts",
    "test:lighthouse": "vitest run tests/perf/lighthouse-budgets.test.ts",
    "test:a11y": "vitest run tests/**/*.a11y.test.ts",
    "test:a11y:axe": "RUN_AXE=1 vitest run tests/**/*.a11y.test.ts",
    "typecheck:public": "tsc -p tsconfig.typecheck.json --noEmit",
    "test:types": "npm run build && tsd"
  },
  "overrides": {
    "immutable": "^5.1.5",
    "rollup": "^4.59.0",
    "esbuild": "0.28.1"
  },
  "keywords": [
    "component-library",
    "ui",
    "design-system",
    "typescript",
    "blazor",
    "react",
    "vue",
    "angular"
  ],
  "author": "Cluster Envision",
  "license": "MIT",
  "devDependencies": {
    "@clusterenvision/ui-scss": "file:../ce-ui-scss",
    "@playwright/test": "^1.55.0",
    "@storybook/addon-docs": "^10.2.19",
    "@storybook/web-components-vite": "^10.2.19",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^25.9.3",
    "axe-core": "^4.11.0",
    "core-js": "^3.42.0",
    "jsdom": "^29.1.1",
    "sass": "^1.87.0",
    "storybook": "^10.2.19",
    "tsd": "^0.33.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.16",
    "vitest": "^4.0.13"
  },
  "dependencies": {
    "@clusterenvision/ui-framework": "^1.0.0",
    "@nuintun/qrcode": "^5.0.3",
    "bwip-js": "^4.8.0"
  },
  "peerDependenciesMeta": {}
}
