@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
72 lines (71 loc) • 2.09 kB
JSON
{
"name": "@pega/dx-component-builder-sdk",
"version": "24.2.14",
"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:functional:local:sdk-a": "jest --runInBand ./tests/functional/sdk-a --detectOpenHandles --coverage",
"test:functional:local:sdk-r": "jest --runInBand ./tests/functional/sdk-r --detectOpenHandles --coverage"
},
"type": "module",
"sideEffects": false,
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"adm-zip": "^0.5.10",
"ajv": "^8.12.0",
"arg": "^5.0.2",
"babel-loader": "^9.1.3",
"chalk": "^5.3.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"execa": "^8.0.1",
"file-loader": "6.2.0",
"fs-extra": "^11.2.0",
"gitignore": "^0.7.0",
"inquirer": "^9.2.12",
"kebab-case": "^1.0.2",
"listr2": "^8.0.1",
"mini-css-extract-plugin": "2.7.6",
"mustache": "^4.2.0",
"ncp": "^2.0.0",
"node-fetch": "^3.3.2",
"open": "^9.0.0",
"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.2.2",
"url-loader": "4.1.1",
"webpack": "^5.89.0"
},
"author": "Custom component dev",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"pega",
"custom-components-sdk"
],
"devDependencies": {
"@pega/configs": "^0.6.0",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"prettier": "3.1.1"
}
}