{
  "name": "@stacks/connect-ui",
  "version": "8.1.2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stx-labs/connect.git"
  },
  "scripts": {
    "build": "stencil build --docs",
    "dev": "stencil build --dev --watch",
    "generate": "stencil generate",
    "prepublishOnly": "npm run build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@stencil/core": "^4.29.3"
  },
  "devDependencies": {
    "stencil-tailwind-plugin": "^2.0.5",
    "tailwindcss": "^4.1.4",
    "tailwindcss-animate": "^1.0.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "types": "dist/types/index.d.ts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/connect-ui/connect-ui.esm.js",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js"
    }
  },
  "gitHead": "506a6990090b6ad027a461c3bc98d6c7aa850e4e"
}
