{
  "name": "@pega/cosmos-react-demos",
  "version": "8.0.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pegasystems/cosmos-react.git",
    "directory": "packages/cosmos-demos"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "Pegasystems",
  "sideEffects": false,
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "jsx",
    "SECURITY.md"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json && tsc -b tsconfig.build-preserve.json"
  },
  "dependencies": {
    "@pega/cosmos-react-condition-builder": "8.0.1",
    "@pega/cosmos-react-core": "8.0.1",
    "@pega/cosmos-react-dnd": "8.0.1",
    "@pega/cosmos-react-rte": "8.0.1",
    "@pega/cosmos-react-social": "8.0.1",
    "@pega/cosmos-react-work": "8.0.1",
    "@storybook/addon-actions": "~8.2.9",
    "@storybook/react": "~8.2.9",
    "@types/dompurify": "^3.0.5",
    "@types/emoji-mart": "^3.0.14",
    "@types/react": "^17.0.62 || ^18.3.3",
    "@types/react-dom": "^17.0.20 || ^18.3.0",
    "@types/styled-components": "^5.1.26",
    "dompurify": "^3.1.6",
    "emoji-mart": "^3.0.1",
    "polished": "^4.1.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "styled-components": "^5.2.0",
    "tinymce": "^6.8.5"
  },
  "devDependencies": {
    "typescript": "~5.5.4"
  }
}
