{
  "author": "TELUS Digital",
  "browserslist": [
    "extends @telus-uds/browserslist-config"
  ],
  "dependencies": {
    "@gorhom/portal": "^1.0.14",
    "@telus-uds/components-base": "^4.2.0",
    "@telus-uds/system-constants": "^4.0.0",
    "@telus-uds/system-theme-tokens": "^5.2.0",
    "fscreen": "^1.2.0",
    "lodash.omit": "^4.5.0",
    "lodash.throttle": "^4.1.1",
    "moment": "2.29.4",
    "prop-types": "^15.7.2",
    "react-dates": "^21.8.0",
    "react-helmet-async": "^2.0.5",
    "react-moment-proptypes": "^1.8.1",
    "react-youtube": "^10.1.0",
    "semver": "^7.5.4"
  },
  "exports": {
    ".": {
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    },
    "./server": {
      "import": "./lib/esm/server.js",
      "require": "./lib/cjs/server.js"
    }
  },
  "description": "UDS mult-brand web components",
  "devDependencies": {
    "@telus-uds/browserslist-config": "^1.0.5",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@types/react": "^19.0.0",
    "assert": "^2.0.0",
    "babel-plugin-react-native-web": "^0.21.2",
    "babel-plugin-styled-components": "^2.0.6",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-exports": "^1.0.0-beta.5",
    "jest-axe": "^6.0.0",
    "jest-styled-components": "~7.2.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "webpack": "5.x"
  },
  "homepage": "https://github.com/telus/universal-design-system#readme",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "name": "@telus-uds/components-web",
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0",
    "react-native-web": "^0.19.10 || ^0.21.0",
    "styled-components": "^5.3.0 || ^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telus/universal-design-system.git"
  },
  "scripts": {
    "build:cjs": "babel src -d lib/cjs",
    "build:esm": "babel src -d lib/esm --env-name module",
    "build": "pnpm run build:cjs && pnpm run build:esm",
    "format": "prettier --write .",
    "lint": "npm run --prefix ../.. lint:path -- --color packages/components-web",
    "lint:fix": "npm run --prefix ../.. lint:path -- --fix packages/components-web",
    "test": "jest"
  },
  "sideEffects": false,
  "standard-engine": {
    "skip": true
  },
  "types": "types/index.d.ts",
  "version": "5.2.0"
}
