-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 5.03 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@kie-tools/dmn-editor-standalone",
"version": "0.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [],
"homepage": "https://github.com/apache/incubator-kie-tools",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-kie-tools.git"
},
"bugs": {
"url": "https://github.com/apache/incubator-kie-tools/issues"
},
"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 && pnpm test-e2e",
"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 dmnEditorStandalone.storybook.port) pnpm exec kie-tools--storybook --storybookArgs=\"dev --no-open\"",
"storybook-start:win32": "pnpm powershell \"cross-env STORYBOOK_PORT=$(build-env dmnEditorStandalone.storybook.port) pnpm exec kie-tools--storybook --storybookArgs='dev --no-open'",
"test-e2e": "run-script-if --ignore-errors \"$(build-env endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\" --then \"pnpm test-e2e:condition\"",
"test-e2e:condition": "run-script-if --bool \"$(build-env endToEndTests.containerized)\" --then \"rimraf ./dist-tests-e2e\" \"pnpm test-e2e:container:run\" --else \"rimraf ./dist-tests-e2e\" \"pnpm test-e2e:run\"",
"test-e2e:container:clean": "playwright-base-container clean",
"test-e2e:container:run": "start-server-and-test 'pnpm start' http://localhost:$(build-env dmnEditorStandalone.storybook.port)/iframe.html 'playwright-base-container run --additional-env=KIE_TOOLS_PLAYWRIGHT_CONTAINER__PORT=$(build-env dmnEditorStandalone.storybook.port) --container-workdir=incubator-kie-tools/packages/dmn-editor-standalone --container-name=kie-tools-playwright-containerization-dmn-editor-standalone'",
"test-e2e:container:shell": "start-server-and-test 'pnpm start' http://localhost:$(build-env dmnEditorStandalone.storybook.port)/iframe.html 'playwright-base-container shell --additional-env=KIE_TOOLS_PLAYWRIGHT_CONTAINER__PORT=$(build-env dmnEditorStandalone.storybook.port) --container-workdir=incubator-kie-tools/packages/dmn-editor-standalone --container-name=kie-tools-playwright-containerization-dmn-editor-standalone'",
"test-e2e:open": "pnpm exec playwright show-report dist-tests-e2e/reports",
"test-e2e:run": "pnpm exec playwright test"
},
"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/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/dmn-editor": "workspace:*",
"@kie-tools/dmn-editor-envelope": "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",
"@prettier/plugin-xml": "^3.4.1",
"@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": "^24.10.11",
"@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.23",
"minimatch": "^4.2.5",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"start-server-and-test": "^2.0.3",
"storybook": "^7.3.2",
"typescript": "^5.9.3",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.9.0"
}
}