{
  "name": "@pega/custom-dx-components",
  "version": "24.2.18",
  "description": "Utility for building custom UI components",
  "bin": "./bin/index.js",
  "scripts": {
    "lint:es": "eslint .",
    "lint:format": "prettier -c .",
    "lint:spelling": "cspell **/*",
    "fix:es": "eslint --fix .",
    "fix:format": "prettier -w .",
    "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"
  },
  "type": "module",
  "sideEffects": false,
  "dependencies": {
    "@babel/core": "^7.23.7",
    "@babel/plugin-transform-class-properties": "^7.23.3",
    "@babel/preset-react": "^7.23.3",
    "@pega/auth": "^0.2.19",
    "@pega/constellation-dx-components-build-utils": "^1.0.1",
    "ajv": "^8.12.0",
    "ajv-keywords": "^5.1.0",
    "archiver": "^7.0.1",
    "arg": "^5.0.2",
    "babel-loader": "^9.1.3",
    "chalk": "^5.3.0",
    "check-git": "^2.0.2",
    "compression-webpack-plugin": "^10.0.0",
    "css-loader": "6.8.1",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "eslint": "^8.56.0",
    "execa": "^8.0.1",
    "file-loader": "6.2.0",
    "fs-extra": "^11.2.0",
    "gitignore": "^0.7.0",
    "inquirer": "^9.2.12",
    "jwt-decode": "^4.0.0",
    "listr2": "^8.0.1",
    "mini-css-extract-plugin": "2.7.6",
    "mustache": "^4.2.0",
    "ncp": "^2.0.0",
    "node-fetch": "^3.3.2",
    "ora": "^8.0.1",
    "pascalcase": "^2.0.0",
    "postcss": "^8.4.33",
    "postcss-loader": "7.3.4",
    "postcss-preset-env": "9.3.0",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dev-utils": "^12.0.1",
    "resolve": "1.22.8",
    "resolve-url-loader": "^5.0.0",
    "sass-loader": "^13.3.3",
    "terser-webpack-plugin": "5.3.10",
    "ts-loader": "^9.5.1",
    "typescript": "~5.3.3",
    "unarchive": "^1.1.3",
    "url-loader": "4.1.1",
    "webpack": "5.74.0",
    "webpack-cli": "^5.1.4"
  },
  "author": "Custom component dev",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "pega",
    "custom-components"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.23.7",
    "@pega/configs": "^0.7.1",
    "@pega/prettier-config": "^0.7.1",
    "@types/jest": "^29.5.11",
    "babel-jest": "^29.7.0",
    "cspell": "^8.3.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^16.0.0",
    "prettier": "3.1.1",
    "ts-jest": "^29.1.1"
  }
}
