|
15 | 15 | "clean": "echo \"cleaning...\" && npx shx --yes rm -rf ./dist/** ./node_modules", |
16 | 16 | "lint": "echo \"linting...\" && npx eslint \"src/**\"", |
17 | 17 | "lint-errors-only": "npx eslint \"src/**\" --quiet", |
18 | | - |
19 | 18 | "_comment_DXCB_commands": "The following are public commands to run the integrated DX Component Builder", |
20 | 19 | "authenticate": "dx-component-builder-sdk authenticate", |
21 | 20 | "buildAllComponents": "dx-component-builder-sdk buildAllComponents", |
|
34 | 33 | "rename": "dx-component-builder-sdk rename", |
35 | 34 | "scanAndFix": "dx-component-builder-sdk scanAndFix", |
36 | 35 | "startStorybook": "start-storybook --port 6040 --quiet", |
37 | | - |
38 | 36 | "_comment_SDK_public_SDK_test_commands": "The following are public commands used for testing the SDK", |
39 | 37 | "test": "node ./scripts/playwright-message.js && playwright test --project=chromium MediaCo/portal MediaCo/embedded", |
40 | 38 | "test:headed": "playwright test --headed --project=chromium MediaCo/portal MediaCo/embedded", |
41 | 39 | "test-report": "playwright show-report tests/playwright-report", |
42 | | - |
43 | 40 | "_comment_internal_SDK_scripts": "The following commands are for internal use and are intended to be called only from public scripts above", |
44 | 41 | "_internal-build-dev-only": "echo \"building...\" && webpack --mode=development && npm run _internal-copy-index", |
45 | 42 | "_internal-build-prod-only": "echo \"building...\" && webpack --mode=production && npm run _internal-copy-index", |
46 | 43 | "_internal-check-node-version": "node scripts/check-node-version", |
47 | 44 | "_internal-copy-index": "shx cp dist/index.html dist/simpleportal.html && shx cp dist/index.html dist/portal.html && shx cp dist/index.html dist/fullportal.html && shx cp dist/index.html dist/embedded.html", |
48 | 45 | "_internal-install-sdk": "echo \"installing...\" && npm install --loglevel notice", |
49 | 46 | "_internal-test-functional": "npm run test:functional:local --prefix node_modules/@pega/dx-component-builder-sdk" |
50 | | - |
51 | | - |
52 | 47 | }, |
53 | 48 | "dependencies": { |
54 | 49 | "@date-io/dayjs": "^1.3.13", |
|
131 | 126 | "shx": "^0.3.4", |
132 | 127 | "style-loader": "^2.0.0", |
133 | 128 | "stylelint": "^14.16.0", |
| 129 | + "tinymce": "^6.7.2", |
134 | 130 | "trim-newlines": "^3.0.1", |
135 | 131 | "ts-jest": "^29.0.3", |
136 | 132 | "ts-loader": "^8.4.0", |
|
0 commit comments