thiagoelg commented on code in PR #3385:
URL:
https://github.com/apache/incubator-kie-tools/pull/3385#discussion_r2754866888
##########
packages/bpmn-editor-standalone/package.json:
##########
@@ -0,0 +1,81 @@
+{
+ "name": "@kie-tools/bpmn-editor-standalone",
+ "version": "0.0.0",
+ "description": "",
+ "keywords": [],
+ "files": [
+ "dist"
+ ],
+ "scripts": {
+ "build:bundle-types": "dts-bundle-generator --config
dts-bundle.config.json",
+ "build:dev": "rimraf dist && webpack --config webpack.envelope-config.js
--env dev && webpack --env dev && pnpm build:bundle-types",
+ "build:prod": "pnpm lint && rimraf dist && webpack --config
webpack.envelope-config.js --env prod && webpack --env prod && pnpm
build:bundle-types",
+ "lint": "run-script-if --bool \"$(build-env linters.run)\" --then
\"kie-tools--eslint ./src\"",
+ "start": "nodemon -e ts --watch src --exec 'pnpm build:dev && pnpm
storybook-start'",
+ "storybook-start": "run-script-os",
+ "storybook-start:linux:darwin": "cross-env STORYBOOK_PORT=$(build-env
bpmnEditorStandalone.storybook.port) pnpm kie-tools--storybook
--storybookArgs=\"dev --no-open\"",
+ "storybook-start:win32": "pnpm powershell \"cross-env
STORYBOOK_PORT=$(build-env bpmnEditorStandalone.storybook.port) pnpm
kie-tools--storybook --storybookArgs='dev --no-open'"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@babel/preset-react": "^7.16.0",
+ "@babel/preset-typescript": "^7.22.5",
+ "@kie-tools-core/editor": "workspace:*",
+ "@kie-tools-core/envelope-bus": "workspace:*",
+ "@kie-tools-core/i18n": "workspace:*",
+ "@kie-tools-core/notifications": "workspace:*",
+ "@kie-tools-core/patternfly-base": "workspace:*",
+ "@kie-tools-core/webpack-base": "workspace:*",
+ "@kie-tools-core/workspace": "workspace:*",
+ "@kie-tools/boxed-expression-component": "workspace:*",
+ "@kie-tools/bpmn-editor": "workspace:*",
+ "@kie-tools/bpmn-editor-envelope": "workspace:*",
+ "@kie-tools/bpmn-marshaller": "workspace:*",
+ "@kie-tools/dmn-marshaller": "workspace:*",
+ "@kie-tools/eslint": "workspace:*",
+ "@kie-tools/playwright-base": "workspace:*",
+ "@kie-tools/pmml-editor-marshaller": "workspace:*",
+ "@kie-tools/root-env": "workspace:*",
+ "@kie-tools/storybook-base": "workspace:*",
+ "@kie-tools/tsconfig": "workspace:*",
+ "@patternfly/react-core": "^5.4.1",
+ "@playwright/test": "^1.45.2",
+ "@storybook/addon-links": "^7.3.2",
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
+ "@storybook/blocks": "^7.3.2",
+ "@storybook/manager-api": "^7.3.2",
+ "@storybook/preview-api": "^7.3.2",
+ "@storybook/react": "^7.3.2",
+ "@storybook/react-webpack5": "^7.3.2",
+ "@types/jest-when": "^3.5.5",
+ "@types/lodash": "^4.14.168",
+ "@types/minimatch": "^3.0.5",
+ "@types/node": "^22.14.1",
+ "@types/react": "^17.0.6",
+ "@types/react-dom": "^17.0.5",
+ "buffer": "^6.0.3",
+ "cross-env": "^7.0.3",
+ "deep-object-diff": "^1.1.9",
+ "dts-bundle-generator": "^9.5.1",
+ "html-webpack-plugin": "^5.3.2",
+ "junit-report-merger": "^4.0.0",
+ "lodash": "^4.17.21",
Review Comment:
With https://github.com/apache/incubator-kie-tools/pull/3418, we are now
using version `4.17.23`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]