{
  "name": "@govtechsg/sgds-web-component",
  "version": "3.21.1",
  "description": "",
  "main": "./index.umd.js",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GovTechSG/sgds-web-component.git"
  },
  "author": "GovTechSG",
  "contributors": [
    {
      "name": "rav3",
      "url": "https://github.com/rav3"
    },
    {
      "name": "haphizi",
      "url": "https://github.com/haphizi"
    },
    {
      "name": "clukhei",
      "url": "https://github.com/clukhei"
    },
    {
      "name": "tonghauhive",
      "url": "https://github.com/tonghauhive"
    },
    {
      "name": "amandac628",
      "url": "https://github.com/amandac628"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@floating-ui/dom": "^1.7.4",
    "@lit/context": "^1.1.3",
    "@lit/react": "^1.0.6",
    "date-fns": "^3.3.1",
    "imask": "^7.4.0",
    "lit": "^3.1.4",
    "tslib": "^2.6.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "overrides": {
    "react": "^19.2.3",
    "react-dom": "^19.2.3"
  },
  "private": false,
  "exports": {
    ".": "./index.js",
    "./themes/*": "./themes/*",
    "./css/*": "./css/*",
    "./components": "./components/index.js",
    "./components/*": "./components/*",
    "./react": "./react/index.js",
    "./react/*": "./react/*",
    "./base/*": null,
    "./utils/*": null,
    "./types/react": "./types/react.d.ts"
  },
  "customElements": "./custom-elements.json"
}