blob: 12240e8525e00382f2618db4b1bff365173d8bb8 [file] [log] [blame]
{
"name": "@kie-tools/boxed-expression-component",
"version": "0.30.3",
"description": "The Boxed Expression editor component provides the possibility to edit the decision logic for decisions and BKMs nodes",
"license": "Apache-2.0",
"keywords": [],
"scripts": {
"build:dev": "rimraf dist && pnpm copy:css && tsc -p tsconfig.json",
"build:prod": "rimraf dist && pnpm copy:css && pnpm lint && tsc -p tsconfig.json && pnpm test && pnpm test:it",
"build:showcase": "rimraf ./dist-dev && webpack -c ./showcase/webpack.config.js --env prod",
"copy:css": "copyfiles -u 1 \"src/**/*.{sass,scss,css}\" dist/",
"cy:open": "cypress open --project it-tests",
"cy:run": "cypress run -b chrome --project it-tests --config watchForFileChanges=false",
"deploy": "gh-pages -d dist-dev",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
"start": "webpack serve -c ./showcase/webpack.config.js --host 0.0.0.0 --env dev",
"test": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose --passWithNoTests\"",
"test:it": "echo 'No IT tests to run at this moment.'"
},
"dependencies": {
"@kie-tools-core/i18n": "workspace:*",
"@kie-tools-core/monaco-editor": "workspace:*",
"@kie-tools-core/operating-system": "workspace:*",
"@kie-tools-core/patternfly-base": "workspace:*",
"@kie-tools/feel-input-component": "workspace:*",
"@kie-tools/i18n-common-dictionary": "workspace:*",
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.112.39",
"lodash": "^4.17.21",
"papaparse": "^5.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-id-generator": "^3.0.1",
"react-resizable": "^1.11.0",
"react-table": "^7.6.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@kie-tools-core/webpack-base": "workspace:*",
"@kie-tools/eslint": "workspace:*",
"@kie-tools/root-env": "workspace:*",
"@kie-tools/tsconfig": "workspace:*",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.6",
"@types/cypress-image-snapshot": "^3.1.6",
"@types/jest": "^26.0.23",
"@types/jest-when": "^2.7.4",
"@types/lodash": "^4.14.168",
"@types/papaparse": "^5.3.2",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-resizable": "^1.7.2",
"@types/react-table": "^7.0.25",
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^9.1.2",
"@types/uuid": "^8.3.0",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"cypress": "^12.11.0",
"cypress-file-upload": "^5.0.8",
"cypress-iframe": "^1.0.1",
"cypress-image-snapshot": "^4.0.1",
"cypress-log-to-output": "^1.1.2",
"cypress-real-events": "^1.7.6",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"jest-when": "^3.5.0",
"react-json-view": "^1.21.3",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.12.1",
"ts-jest": "^26.5.6",
"typescript": "^4.6.2",
"webpack": "^5.36.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
}
}