{
    "name": "@x-viewer/ui",
    "version": "0.11.7",
    "description": "UI component package providing reusable interface elements for x-viewer applications. Includes base panels, popup panels, tooltips, and internationalization support.",
    "author": "Thingraph",
    "license": "UNLICENSED",
    "keywords": [
        "x-viewer",
        "BIM",
        "ui",
        "typescript"
    ],
    "repository": {
        "type": "git"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "files": [
        "package.json",
        "dist",
        "LICENSE",
        "README.md"
    ],
    "type": "module",
    "main": "dist/index.esm.js",
    "module": "dist/index.esm.js",
    "types": "dist/types/index.d.ts",
    "scripts": {
        "build": "pnpm run clean:build && pnpm run data-type && rollup -c --environment BUILD:production",
        "build:dev": "cross-env OBFUSCATE=false pnpm run build",
        "clean:build": "rimraf ./dist",
        "data-type": "tsc --project tsconfig.bundle.json && tsc-alias -p tsconfig.bundle.json",
        "dev": "pnpm run data-type && rollup -c -w",
        "lint": "eslint . --ext .js,.ts",
        "lint:fix": "pnpm lint --fix",
        "format": "prettier --check .",
        "format:fix": "prettier --write .",
        "lint-staged": "lint-staged"
    },
    "dependencies": {
        "@x-viewer/core": "workspace:^"
    }
}
