{
  "name": "bromcom-ui-next",
  "version": "0.1.41",
  "description": "A modern UI component library built with StencilJS and Tailwind CSS for Bromcom applications",
  "private": false,
  "author": "Bromcom Computers Plc",
  "keywords": [
    "bromcom",
    "ui-components",
    "web-components",
    "stencil",
    "tailwind"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/bromcom-ui/bromcom-ui.esm.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/types/index.d.ts"
    },
    "./css": "./dist/bromcom-ui/bromcom-ui.css",
    "./react": {
      "import": "./dist/react/components.ts",
      "types": "./dist/react/components.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js",
      "types": "./loader/index.d.ts"
    },
    "./dist/*": "./dist/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/muratpolatozkan/bromcom-ui-next.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build && node scripts/fix-react-components.js",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@awesome.me/kit-5593191168": "^1.0.4",
    "@floating-ui/dom": "^1.6.13",
    "@stencil/core": "^4.38.3",
    "@stencil/react-output-target": "^1.3.0",
    "@stencil/sass": "^3.0.12",
    "@types/jest": "^29.5.6",
    "@types/node": "^16.18.11",
    "baseline-browser-mapping": "^2.9.14",
    "classnames": "^2.5.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^21.9.0",
    "stencil-tailwind-plugin": "^1.8.0",
    "tailwind-variants": "^0.3.1",
    "tailwindcss": "^3.4.17",
    "uuid": "^11.0.5"
  },
  "license": "MIT",
  "dependencies": {
    "@fontsource-variable/inter": "^5.2.8"
  }
}
