{
  "name": "stencil-library-dds",
  "version": "12.0.14",
  "private": false,
  "description": "Stencil-based web component library providing framework-agnostic UI components for React, Angular, Vue, and custom applications.",
  "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/stencil-library/stencil-library.esm.js",
  "exports": {
    ".": {
      "import": "./dist/stencil-library/stencil-library.esm.js",
      "require": "./dist/stencil-library/stencil-library.cjs.js"
    },
    "./my-component": {
      "import": "./dist/components/my-component.js",
      "types": "./dist/components/my-component.d.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/stencil-component-starter.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "release": "standard-version"
  },
  "devDependencies": {
    "@stencil/angular-output-target": "^0.8.4",
    "@stencil/core": "^4.7.0",
    "@stencil/react-output-target": "^0.5.3",
    "@stencil/vue-output-target": "^0.8.8",
    "@storybook/addon-a11y": "^8.2.7",
    "@storybook/addon-essentials": "^8.1.11",
    "@storybook/addon-interactions": "^8.2.7",
    "@storybook/addon-links": "^8.1.11",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.4",
    "@storybook/addons": "^7.6.17",
    "@storybook/blocks": "^8.1.11",
    "@storybook/test": "^8.2.7",
    "@storybook/web-components": "^8.1.11",
    "@storybook/web-components-webpack5": "^8.1.11",
    "@types/jest": "^29.5.6",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^16.18.11",
    "@whitespace/storybook-addon-html": "^6.1.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "lit": "^3.1.4",
    "prettier": "^3.3.3",
    "puppeteer": "^21.9.0",
    "react-syntax-highlighter": "^15.5.0",
    "standard-version": "^9.5.0",
    "storybook": "^8.1.11"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "gitHead": "a1fb7d3d415edc11a2af8d2b460949cc40b2de4b",
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.6.0",
    "@fortawesome/free-brands-svg-icons": "^6.6.0",
    "@fortawesome/free-regular-svg-icons": "^6.6.0",
    "@fortawesome/free-solid-svg-icons": "^6.6.0",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "chromatic": "^11.11.0",
    "quill": "^2.0.2",
    "react-markdown": "^9.0.1"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/stencil-component-starter/issues"
  },
  "homepage": "https://github.com/ionic-team/stencil-component-starter#readme"
}
