@aonic-ui/pipelines
Version:
The common library for all the components and utils related to Pipelines.
74 lines (73 loc) • 2.06 kB
JSON
{
"name": "@aonic-ui/pipelines",
"version": "3.1.1",
"description": "The common library for all the components and utils related to Pipelines.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c",
"dev": "rm -rf dist && rollup -c -w",
"build": "rm -rf dist && rollup -c",
"test": "jest",
"lint": "eslint . --max-warnings 0",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer/aonic-ui.git"
},
"keywords": [
"Pipelines",
"Tekton",
"Developer"
],
"author": "Rohit Rai",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redhat-developer/aonic-ui/issues"
},
"homepage": "https://github.com/redhat-developer/aonic-ui#readme",
"dependencies": {
"@patternfly/react-table": "^6.0.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@aonic-ui/eslint-config": "*",
"@aonic-ui/jest-config": "*",
"@aonic-ui/rollup-config": "*",
"@aonic-ui/typescript-config": "*",
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/react-tokens": "^6.0.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "4.17.x",
"@types/react": "^18.2.47",
"jest": "^29.7.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"rollup": "^4.22.4",
"ts-jest": "^29.1.4",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
"@patternfly/react-tokens": "^6.0.0",
"@testing-library/jest-dom": "^6.2.0",
"react": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
}