@pega/constellation-dx-components-build-utils
Version:
This tool uses a 'v3' approach to group components in a library, create a component map, employ webpack, and load the library like Pega-generated components, constellation app-static.
102 lines (101 loc) • 2.97 kB
JSON
{
"name": "@pega/constellation-dx-components-build-utils",
"version": "2.0.1-dev",
"description": "This tool uses a 'v3' approach to group components in a library, create a component map, employ webpack, and load the library like Pega-generated components, constellation app-static.",
"repository": {
"type": "git",
"url": "https://github.com/pegasystems/constellation-dx-components-build-utils.git"
},
"scripts": {
"build": "./bin/index.js",
"test": "jest --runInBand test/unitTest",
"coverage": "jest --runInBand --coverage test/unitTest"
},
"bin": {
"build-library": "./bin/index.js",
"build-library-v3": "./bin/build-v3.js",
"publish-library": "./bin/publish.js",
"delete-library": "./bin/delete.js",
"list-library": "./bin/list.js"
},
"keywords": [
"pega",
"custom-components-build-utils",
"custom-components-helper",
"custom-components-builder"
],
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"ajv": "^8.12.0",
"archiver": "^7.0.1",
"arg": "^5.0.2",
"babel-loader": "^9.1.3",
"chalk": "^4.1.2",
"compression-webpack-plugin": "^10.0.0",
"constants-browserify": "^1.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.56.0",
"file-loader": "6.2.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6",
"inquirer-tree-prompt": "^1.1.2",
"mini-css-extract-plugin": "2.7.6",
"module": "^1.2.5",
"ora-classic": "^5.4.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.32",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.3.0",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^17.0.2",
"replace-in-file": "7.1.0",
"resolve": "1.22.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.0",
"sass-loader": "^13.3.3",
"semver": "^7.3.7",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"url-loader": "4.1.1",
"webpack": "5.74.0",
"webpack-cli": "^5.1.4",
"webpack-stats-plugin": "^1.1.3"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"sinon": "^17.0.1",
"supertest": "^6.3.4"
},
"author": "Pegasystems",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"files": [
"**",
"!test",
"!Jenkinsfile",
"!jest.config.js",
"!mockBuildPkg.zip",
"!.DS_Store"
]
}