{
  "name": "@ucalgary-design-system/all-components",
  "version": "1.5.2",
  "description": "A library that aggregates all components in the UCalgary Design system.",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js"
    }
  },
  "peerDependencies": {
    "@ucalgary-design-system/accordion": "^1.1.1",
    "@ucalgary-design-system/accordion-group": "^1.0.5",
    "@ucalgary-design-system/breadcrumb": "^1.0.1",
    "@ucalgary-design-system/button": "^1.0.7",
    "@ucalgary-design-system/button-group": "^1.0.5",
    "@ucalgary-design-system/card": "^1.0.1",
    "@ucalgary-design-system/card-group": "^1.0.1",
    "@ucalgary-design-system/checkbox": "^1.0.6",
    "@ucalgary-design-system/chip": "^1.0.6",
    "@ucalgary-design-system/chip-group": "^1.0.6",
    "@ucalgary-design-system/core": "^1.0.10",
    "@ucalgary-design-system/date-input": "^1.0.0",
    "@ucalgary-design-system/dropdown": "^1.1.2",
    "@ucalgary-design-system/fieldset": "^1.0.6",
    "@ucalgary-design-system/form": "^1.0.3",
    "@ucalgary-design-system/hero": "^1.0.1",
    "@ucalgary-design-system/icon": "^1.0.8",
    "@ucalgary-design-system/icon-button": "^1.1.0",
    "@ucalgary-design-system/link": "^1.0.3",
    "@ucalgary-design-system/pull-quote": "^1.0.1",
    "@ucalgary-design-system/radio": "^1.0.6",
    "@ucalgary-design-system/search-input": "^1.0.2",
    "@ucalgary-design-system/stepper": "^1.0.0",
    "@ucalgary-design-system/tabs": "^1.0.2",
    "@ucalgary-design-system/text-area": "^1.0.3",
    "@ucalgary-design-system/text-input": "^1.1.0",
    "lit": "^3.2.1"
  }
}