{
  "name": "@ds-autonomie/web-components",
  "version": "2.21.0",
  "homepage": "https://dsa.service-public-autonomie.fr",
  "bugs": "https://lindie.app/share/c220b6cb46f514a79413a6438af2a82e263a0c10",
  "author": "CNSA",
  "license": "MIT",
  "customElements": "dist/custom-elements.json",
  "web-types": "dist/web-types.json",
  "type": "module",
  "types": "dist/design-system.d.ts",
  "jsdelivr": "./cdn/design-system-autoloader.js",
  "exports": {
    ".": {
      "types": "./dist/design-system.d.ts",
      "import": "./dist/design-system.js"
    },
    "./dist/custom-elements.json": "./dist/custom-elements.json",
    "./dist/themes/*": "./dist/themes/*",
    "./dist/components/*": "./dist/components/*",
    "./dist/utilities/*": "./dist/utilities/*",
    "./dist/translations/*": "./dist/translations/*"
  },
  "files": [
    "dist",
    "cdn",
    "bin",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "bin": {
    "web-components": "bin/cli.js"
  },
  "repository": {
    "directory": "packages/web-components",
    "type": "git",
    "url": "https://github.com/cnsa-fr/design-system.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "storybook": {
    "url": "https://stable--641b0785d6e1bb53ae448dc7.chromatic.com"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "chalk": "5.6.2",
    "@floating-ui/dom": "1.7.6",
    "@shoelace-style/animations": "1.2.0",
    "@shoelace-style/localize": "3.2.1",
    "big.js": "7.0.1",
    "composed-offset-position": "0.0.6",
    "lit": "3.3.2",
    "ora": "9.3.0",
    "wc-datepicker": "0.9.4"
  },
  "peerDependencies": {
    "@ds-autonomie/assets": "1.4.13"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "5.1.1",
    "@custom-elements-manifest/analyzer": "0.11.0",
    "@open-wc/lit-helpers": "0.7.0",
    "@storybook/addon-a11y": "10.3.3",
    "@storybook/addon-docs": "10.3.3",
    "@storybook/addon-links": "10.3.3",
    "@storybook/web-components-vite": "10.3.3",
    "@types/big.js": "6.2.2",
    "@types/mocha": "10.0.10",
    "@types/sinon": "21.0.0",
    "@typescript-eslint/parser": "5.62.0",
    "comment-parser": "1.4.6",
    "custom-element-vs-code-integration": "1.5.0",
    "download": "8.0.0",
    "eslint-plugin-chai-expect": "3.1.0",
    "eslint-plugin-chai-friendly": "1.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-lit": "2.1.1",
    "eslint-plugin-lit-a11y": "4.1.4",
    "eslint-plugin-storybook": "10.1.11",
    "eslint-plugin-wc": "3.0.2",
    "jsonata": "2.1.0",
    "postcss": "8.5.8",
    "postcss-lit": "1.4.1",
    "sinon": "21.0.3",
    "storybook": "10.3.3",
    "storybook-addon-mock-date": "^2.0.0",
    "storybook-addon-pseudo-states": "10.3.3",
    "strip-css-comments": "5.0.0",
    "stylelint": "16.26.1",
    "stylelint-config-recommended": "17.0.0",
    "stylelint-value-no-unknown-custom-properties": "6.1.1",
    "ts-dedent": "2.2.0",
    "tsc-alias": "1.8.16",
    "tslib": "2.8.1",
    "user-agent-data-types": "0.4.3",
    "vite": "7.3.1",
    "vite-plugin-turbosnap": "1.0.3",
    "@ds-autonomie/eslint-config": "2.1.1"
  },
  "scripts": {
    "start": "node scripts/build.js --watch",
    "build": "node scripts/build.js --types",
    "ts:check": "tsc --noEmit --project ./tsconfig.json",
    "test": "web-test-runner --group default",
    "test:coverage": "web-test-runner --group default --coverage",
    "test:component": "web-test-runner -- --watch --group",
    "test:watch": "web-test-runner --watch --group default",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  }
}