{
  "name": "@tabworthy/components",
  "version": "0.16.0",
  "description": "Small, accessible datepicker and datetimepicker Web Components with natural language date input.",
  "repository": {
    "type": "git",
    "url": "https://github.com/tabworthy/tabworthy-components"
  },
  "keywords": [
    "datepicker",
    "datetimepicker",
    "calendar",
    "accessibility",
    "ay11y",
    "wai-aria",
    "web component",
    "inclusive design",
    "vanilla-js",
    "natural language",
    "chrono.js"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/tabworthy-components/tabworthy-components.esm.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "yarn build:stencil && yarn build:docs",
    "build:stencil": "yarn sass && stencil build",
    "build:docs": "rimraf docs-www && copyfiles -u 1 docs/* docs/**/* dist/themes/* docs-www && copyfiles dist/esm/* docs-www && node terser.js",
    "prettier": "prettier --write .",
    "start": "yarn storybook",
    "start2": "concurrently --kill-others \"yarn sass:watch\" \"stencil build --dev --watch --serve\"",
    "start:stencil": "stencil build --dev --watch --serve",
    "start:docs": "concurrently --kill-others \"npm-watch build:docs\" \"serve docs-www\"",
    "storybook": "yarn build:stencil && storybook dev -p 6006",
    "build:storybook": "yarn build:stencil && storybook build",
    "test": "stencil test --spec",
    "test:watch": "stencil test --spec --watchAll",
    "test:coverage": "stencil test --spec --coverage",
    "test:storybook": "TZ=UTC vitest --project=storybook",
    "generate": "stencil generate",
    "release": "yarn build:stencil && npm publish",
    "prepare": "husky install",
    "sass:watch": "sass src/themes/base.scss:src/themes/base.css src/themes/light.scss:src/themes/light.css --watch --style compressed",
    "sass": "sass src/themes/light.scss:src/themes/light.css --style compressed --no-source-map"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx,json,css,scss,md,html}": [
      "prettier --write"
    ]
  },
  "watch": {
    "build:docs": {
      "extensions": "*",
      "patterns": [
        "docs"
      ]
    }
  },
  "dependencies": {
    "@a11y/focus-trap": "^1.0.5",
    "@popperjs/core": "^2.11.8",
    "@react-aria/live-announcer": "^3.1.2",
    "aria-hidden": "^1.2.2",
    "chrono-node": "^2.5.0",
    "dayjs": "^1.11.19"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.4",
    "@stencil/core": "^4",
    "@stencil/postcss": "^2.1.0",
    "@stencil/sass": "^3.0.0",
    "@storybook/addon-a11y": "10.2.8",
    "@storybook/addon-docs": "10.2.8",
    "@storybook/addon-links": "10.2.8",
    "@storybook/addon-vitest": "^10.2.8",
    "@storybook/test": "^8.6.15",
    "@storybook/web-components-vite": "10.2.8",
    "@types/jest": "29",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitest/browser": "^4.0.18",
    "@vitest/browser-playwright": "4.0.18",
    "@vitest/coverage-v8": "4.0.18",
    "autoprefixer": "^10.4.12",
    "concurrently": "^7.5.0",
    "copyfiles": "^2.4.1",
    "glob": "^8.0.3",
    "happy-dom": "^20.6.1",
    "husky": "^8.0.3",
    "jest": "29",
    "jest-cli": "29",
    "jest-environment-node": "29",
    "jest-runner": "^29.7.0",
    "lint-staged": "^13.1.0",
    "lit": "^3.3.2",
    "lit-html": "^3.3.2",
    "npm-watch": "^0.11.0",
    "playwright": "^1.58.2",
    "postcss": "^8.5.6",
    "postcss-nested": "^6.0.0",
    "prettier": "2.8.4",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "rimraf": "^4.1.2",
    "sass": "^1.97.3",
    "semantic-release": "24",
    "serve": "^14.0.1",
    "storybook": "10.2.8",
    "terser": "^5.15.1",
    "vite": "^7.3.1",
    "vitest": "^4.0.18"
  },
  "license": "MIT",
  "packageManager": "yarn@4.12.0",
  "publishConfig": {
    "access": "public"
  }
}
