{
  "name": "@pega/custom-dx-components",
  "version": "26.1.10",
  "description": "Utility for building custom UI components",
  "bin": "./bin/index.js",
  "keywords": [
    "pega",
    "custom-components"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "author": "Custom component dev",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "lint:es": "eslint --color --cache --cache-location node_modules/.cache/eslint/ \"src/**\"",
    "lint:format": "prettier -c \"src/**\"",
    "lint:spelling": "cspell **/*",
    "fix:es": "eslint --fix .",
    "fix:format": "prettier -w \"src/**\"",
    "test:unit:local": "node --input-type=module  --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand /tests/unit",
    "test:functional:local": "jest --runInBand /tests/functional --detectOpenHandles --coverage"
  },
  "dependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-transform-class-properties": "^7.27.1",
    "@babel/preset-react": "^7.27.1",
    "@pega/auth": "^0.2.37",
    "@pega/constellation-dx-components-build-utils": "^2.0.11",
    "@pega/inquirer-fuzzy-path": "^3.0.0",
    "ajv": "^8.17.1",
    "ajv-keywords": "^5.1.0",
    "archiver": "^7.0.1",
    "arg": "^5.0.2",
    "babel-loader": "^10.0.0",
    "chalk": "^5.4.1",
    "check-git": "^2.0.2",
    "compression-webpack-plugin": "^11.1.0",
    "css-loader": "7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.2",
    "eslint": "^9.36.0",
    "execa": "^9.6.0",
    "file-loader": "6.2.0",
    "fs-extra": "^11.3.0",
    "gitignore": "^0.7.0",
    "inquirer": "^9.3.7",
    "jwt-decode": "^4.0.0",
    "listr2": "^8.3.3",
    "mini-css-extract-plugin": "2.9.2",
    "mustache": "^4.2.0",
    "ncp": "^2.0.0",
    "node-fetch": "^3.3.2",
    "node-stream-zip": "^1.15.0",
    "ora": "^8.2.0",
    "pascalcase": "^2.0.0",
    "postcss": "^8.5.6",
    "postcss-loader": "8.1.1",
    "postcss-preset-env": "10.2.4",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dev-utils": "^12.0.1",
    "resolve": "1.22.10",
    "resolve-url-loader": "^5.0.0",
    "sass-loader": "^16.0.5",
    "terser-webpack-plugin": "5.3.14",
    "ts-loader": "^9.5.2",
    "typescript": "~5.8.3",
    "unarchive": "^1.1.3",
    "undici": "^7.21.0",
    "url-loader": "4.1.1",
    "webpack": "5.101.0",
    "webpack-cli": "^6.0.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.0",
    "@pega/configs": "^0.17.0",
    "@pega/prettier-config": "^0.17.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^8.34.1",
    "babel-jest": "^29.7.0",
    "cspell": "^8.19.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^27.6.2",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-sonarjs": "^0.23.0",
    "eslint-plugin-storybook": "^0.6.15",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^16.0.0",
    "prettier": "3.6.2",
    "ts-jest": "^29.4.0",
    "typescript-eslint": "^8.44.1"
  }
}
