{
  "name": "@postnord/pn-marketweb-components",
  "version": "4.2.0",
  "description": "PostNord Market Websites Components",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "main": "./index.cjs.js",
  "module": "./index.js",
  "es2017": "./esm/index.mjs",
  "types": "./types/index.d.ts",
  "collection": "./collection/collection-manifest.json",
  "collection:main": "./collection/index.js",
  "unpkg": "./pn-market-web-components/pn-market-web-components.esm.js",
  "files": [
    "*",
    "umd",
    "LICENSE"
  ],
  "scripts": {
    "start": "npm run dev",
    "dev": "npm run stats:ts && npm run stats && concurrently \"npm run stencil:watch\" \"npm run storybook\"",
    "build": "npm run stencil:build && npm run post:build",
    "stencil:build": "cross-env stencil build --docs-custom",
    "stencil:watch": "cross-env stencil build --watch",
    "test": "stencil test --e2e",
    "test:watch": "stencil test --e2e --watch",
    "stencil": "cross-env STENCIL_ENV=dev stencil build --dev --watch --serve --docs-custom",
    "storybook": "storybook dev -p 6008",
    "build-storybook": "storybook build",
    "post:build": "node ./scripts/post_build.js",
    "format": "cd src && npx prettier --write .",
    "stats": "node ./scripts/generateStats.js",
    "stats:ts": "tsc --module NodeNext --moduleResolution NodeNext ./scripts/generateStats.ts",
    "generate": "plop",
    "docs.data": "stencil build --docs-json dist/docs.json",
    "pack": "npm run build && npm run post:build && cd dist && npm pack"
  },
  "devDependencies": {
    "@babel/core": "7.24.7",
    "@chromatic-com/storybook": "^3.2.2",
    "@postnord/web-components": "^7.14.0",
    "@stencil/sass": "3.0.12",
    "@stencil/store": "2.0.16",
    "@storybook/addon-a11y": "^8.6.17",
    "@storybook/addon-actions": "^8.6.17",
    "@storybook/addon-essentials": "^8.6.17",
    "@storybook/addon-links": "^8.6.17",
    "@storybook/builder-vite": "^8.6.17",
    "@storybook/preset-scss": "1.0.3",
    "@storybook/web-components": "^8.6.17",
    "@storybook/web-components-vite": "^8.6.17",
    "@types/chart.js": "^2.9.41",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "@types/react": "^18.0.0",
    "@webcomponents/custom-elements": "^1.5.0",
    "chart.js": "2.9.4",
    "chartjs-plugin-deferred": "^1.0.2",
    "classnames": "^2.5.1",
    "concurrently": "^9.2.1",
    "cross-env": "7.0.3",
    "fast-glob": "^3.3.2",
    "fs-extra": "11.2.0",
    "plop": "4.0.1",
    "pn-design-assets": "^2.2.0",
    "puppeteer": "^24.15.0",
    "sass": "^1.77.5",
    "sass-loader": "14.2.1",
    "storybook": "^8.6.17",
    "uuid": "^9.0.0",
    "vite": "^6.4.1",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "license": "MIT",
  "dependencies": {
    "@stencil/core": "4.22.3",
    "debounce": "^2.1.0",
    "marked": "^12.0.0",
    "qrcode": "^1.5.4",
    "read-excel-file": "6.0.1",
    "rimraf": "^6.1.3",
    "sass": "^1.77.5"
  },
  "overrides": {
    "test-exclude": "7.0.1"
  }
}
