{
  "name": "@pega/cosmos-react-social",
  "version": "10.0.0-build.1.13",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Pegasystems",
  "sideEffects": [
    "./src/components/Email/EmailEntity.tsx",
    "./lib/components/Email/EmailEntity.js"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "SECURITY.md"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json"
  },
  "dependencies": {
    "@pega/cosmos-react-core": "10.0.0-build.1.13",
    "@pega/cosmos-react-rte": "10.0.0-build.1.13",
    "@pega/cosmos-react-work": "10.0.0-build.1.13",
    "@types/parse5": "^6.0.0",
    "@types/react": "^17.0.62 || ^18.3.3",
    "@types/react-dom": "^17.0.20 || ^18.3.0",
    "parse5": "^6.0.1",
    "polished": "^4.1.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "styled-components": "~6.3.11"
  },
  "devDependencies": {
    "@storybook/addon-actions": "~8.2.9",
    "@storybook/react": "~8.2.9",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.6.1",
    "typescript": "~5.9.3"
  }
}
