{
  "name": "@dillingerstaffing/strand-ui",
  "version": "0.64.1",
  "description": "Strand UI - Preact/React component library built on the Strand Design Language",
  "author": "Dillinger Staffing <engineering@dillingerstaffing.com> (https://dillingerstaffing.com)",
  "license": "MIT",
  "keywords": [
    "design-system",
    "ui-components",
    "preact",
    "react",
    "css-custom-properties",
    "design-tokens",
    "accessibility",
    "wcag",
    "aria",
    "component-library"
  ],
  "homepage": "https://dillingerstaffing.com/labs/strand",
  "repository": {
    "type": "git",
    "url": "https://github.com/dillingerstaffing/strand",
    "directory": "packages/strand-ui"
  },
  "bugs": {
    "url": "https://github.com/dillingerstaffing/strand/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./css/strand-ui.css": "./dist/css/strand-ui.css",
    "./vanilla": "./dist/vanilla/strand-ui.js"
  },
  "style": "./dist/css/strand-ui.css",
  "files": [
    "dist/",
    "src/",
    "HTML_REFERENCE.md",
    "DESIGN_LANGUAGE.md"
  ],
  "sideEffects": [
    "dist/css/*.css"
  ],
  "scripts": {
    "prepack": "pnpm run build",
    "build": "vite build && node scripts/build-vanilla.mjs && tsc --emitDeclarationOnly && cp ../../generated/html-reference.md ./HTML_REFERENCE.md && cp ../../docs/design-language.md ./DESIGN_LANGUAGE.md",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "peerDependencies": {
    "preact": "^10.0.0"
  },
  "peerDependenciesMeta": {
    "preact": {
      "optional": false
    }
  },
  "dependencies": {
    "@dillingerstaffing/strand": "^0.64.1"
  },
  "devDependencies": {
    "@testing-library/preact": "^3.2.0",
    "@testing-library/jest-dom": "^6.6.0",
    "jsdom": "^26.0.0",
    "preact": "^10.25.0",
    "vite": "^6.0.0",
    "vitest": "^3.0.0"
  }
}
