{
  "name": "@swisspost/internet-header",
  "version": "1.16.4",
  "description": "The header for client facing applications.",
  "author": "Swiss Post <design-system@post.ch>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/swisspost/design-system.git"
  },
  "homepage": "https://design-system.post.ch",
  "bugs": {
    "url": "https://github.com/swisspost/design-system/issues"
  },
  "main": "loader/index.cjs.js",
  "module": "loader/index.js",
  "es2017": "loader/index.es2017.js",
  "types": "loader/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/swisspost-internet-header/swisspost-internet-header.esm.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "dependencies": {
    "@swisspost/design-system-styles": "9.11.0",
    "body-scroll-lock": "4.0.0-beta.0",
    "iframe-resizer": "4.4.5",
    "jquery": "3.7.1",
    "throttle-debounce": "5.0.2",
    "url-polyfill": "1.1.12"
  },
  "devDependencies": {
    "@babel/core": "7.25.2",
    "@percy/cli": "1.29.1",
    "@percy/cypress": "3.1.2",
    "@stencil-community/eslint-plugin": "0.8.0",
    "@stencil/core": "4.19.2",
    "@stencil/sass": "3.0.12",
    "@stencil/store": "2.0.16",
    "@types/body-scroll-lock": "3.1.2",
    "@types/iframe-resizer": "3.5.13",
    "@types/jest": "29.5.12",
    "@types/jquery": "3.5.30",
    "@types/node": "20.14.14",
    "@types/throttle-debounce": "5.0.2",
    "babel-loader": "9.1.3",
    "bootstrap": "5.3.3",
    "cypress": "13.13.2",
    "cypress-each": "1.14.0",
    "cypress-storybook": "1.0.0",
    "eslint": "8.57.0",
    "eslint-plugin-react": "7.35.0",
    "focus-trap": "7.5.4",
    "globby": "14.0.2",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "rimraf": "6.0.1",
    "rollup-plugin-node-polyfills": "0.2.1",
    "rollup-plugin-scss": "4.0.0",
    "rollup-plugin-visualizer": "5.12.0",
    "sass": "1.77.8",
    "start-server-and-test": "2.0.5",
    "ts-jest": "29.2.4",
    "typescript": "5.9.3"
  },
  "keywords": [
    "components",
    "web-components",
    "header",
    "stencil",
    "design-system",
    "ui",
    "frontend"
  ],
  "scripts": {
    "dev": "stencil build --serve --port 9310 --watch --docs-readme --dev --config stencil.config.dev.ts",
    "start": "stencil build --watch --docs-readme",
    "build": "stencil build --docs-readme",
    "clean": "rimraf www dist loader",
    "test": "pnpm run unit",
    "unit": "jest",
    "unit:watch": "jest --watch",
    "e2e": "cypress run",
    "e2e:ci": "xvfb-run -a cypress run",
    "e2e:watch": "cypress open",
    "lint": "eslint src/**/*{.ts,.tsx}",
    "lint:fix": "eslint src/**/*{.ts,.tsx} --fix",
    "generate": "stencil generate"
  }
}