{
  "name": "@govtechsg/sgds-react",
  "description": "Design System unites Singapore Government digital services around a common visual language and user experience",
  "author": "GovTechSG",
  "homepage": "https://github.com/GovTechSG/sgds-govtech-react/",
  "bugs": "https://github.com/GovTechSG/sgds-govtech-react/issues",
  "contributors": [
    {
      "name": "clukhei",
      "url": "https://github.com/clukhei"
    },
    {
      "name": "Haphizi",
      "url": "https://github.com/haphizi"
    }
  ],
  "version": "2.7.7",
  "license": "MIT",
  "main": "./index.cjs.js",
  "module": "./index.esm.js",
  "typings": "./index.d.ts",
  "engines": {
    "node": ">=12.20.0"
  },
  "sideEffects": false,
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "dependencies": {
    "@mona-health/react-input-mask": "^3.0.3",
    "@restart/hooks": "^0.4.16",
    "@restart/ui": "^1.9.2",
    "@types/invariant": "^2.2.35",
    "@types/react-transition-group": "^4.4.4",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.10",
    "dom-helpers": "^5.2.1",
    "invariant": "^2.2.4",
    "prop-types": "^15.8.1",
    "prop-types-extra": "^1.1.1",
    "react-transition-group": "^4.4.2",
    "warning": "^4.0.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "overrides": {
    "nwsapi": "2.2.2"
  },
  "private": false
}