{
  "name": "@swisspost/design-system-components",
  "version": "9.11.0",
  "description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
  "license": "Apache-2.0",
  "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/post-components/post-components.esm.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/swisspost/design-system"
  },
  "files": [
    "dist/",
    "loader/",
    "loaders/"
  ],
  "publishConfig": {
    "access": "public",
    "linkDirectory": true
  },
  "dependencies": {
    "@floating-ui/dom": "1.6.8",
    "@oddbird/popover-polyfill": "0.3.7",
    "@stencil/core": "4.19.2",
    "@swisspost/design-system-styles": "9.11.0",
    "ally.js": "1.4.1",
    "long-press-event": "2.5.0"
  },
  "devDependencies": {
    "@percy/cli": "1.29.1",
    "@percy/cypress": "3.1.2",
    "@stencil-community/eslint-plugin": "0.8.0",
    "@stencil/angular-output-target": "1.3.0",
    "@stencil/react-output-target": "0.5.3",
    "@stencil/sass": "3.0.12",
    "@types/jest": "29.5.12",
    "@types/node": "20.14.14",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "bootstrap": "5.3.3",
    "cypress": "13.13.2",
    "cypress-axe": "1.5.0",
    "cypress-storybook": "1.0.0",
    "eslint": "8.57.0",
    "eslint-plugin-react": "7.35.0",
    "rimraf": "6.0.1",
    "rollup-plugin-postcss": "4.0.2",
    "sass": "1.77.8",
    "ts-jest": "29.2.4",
    "typescript": "5.9.3"
  },
  "keywords": [
    "components",
    "web-components",
    "stencil",
    "design-system",
    "ui",
    "frontend"
  ],
  "scripts": {
    "dev": "stencil build --dev --port 9200 --serve --watch --docs --docs-readme",
    "start": "stencil build --dev --watch --docs --docs-readme",
    "build": "pnpm clean && stencil build --docs-readme",
    "clean": "rimraf www dist loader loaders",
    "test": "pnpm run unit",
    "unit": "stencil test --spec",
    "unit:watch": "stencil test --spec --watchAll --silent",
    "e2e": "cypress run",
    "e2e:ci": "xvfb-run -a cypress run",
    "e2e:watch": "cypress open",
    "generate": "stencil generate",
    "lint": "eslint src/**/*{.ts,.tsx}"
  }
}