|
24 | 24 | }, |
25 | 25 | "testProject": { |
26 | 26 | "githubUrl": "https://github.com/mendix/testProjects", |
27 | | - "branchName": "rich-text-v4-web" |
| 27 | + "branchName": "rich-text-v4-web-v2" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "build": "cross-env MPKOUTPUT=RichText.mpk pluggable-widgets-tools build:web", |
31 | 31 | "create-gh-release": "rui-create-gh-release", |
32 | 32 | "create-translation": "rui-create-translation", |
33 | 33 | "dev": "cross-env MPKOUTPUT=RichText.mpk pluggable-widgets-tools start:web", |
34 | | - "e2e": "run-e2e ci", |
35 | | - "e2edev": "run-e2e dev --with-preps", |
| 34 | + "e2e": "MENDIX_VERSION=11.9.1 run-e2e ci", |
| 35 | + "e2edev": "MENDIX_VERSION=11.9.1 run-e2e dev --with-preps", |
36 | 36 | "format": "prettier --ignore-path ./node_modules/@mendix/prettier-config-web-widgets/global-prettierignore --write .", |
37 | 37 | "lint": "eslint src/ package.json", |
38 | 38 | "publish-marketplace": "rui-publish-marketplace", |
|
43 | 43 | "verify": "rui-verify-package-format" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@codemirror/lang-html": "^6.4.9", |
47 | | - "@codemirror/state": "^6.5.2", |
48 | 46 | "@floating-ui/dom": "^1.7.4", |
49 | 47 | "@floating-ui/react": "^0.26.27", |
50 | 48 | "@melloware/coloris": "^0.25.0", |
51 | | - "@uiw/codemirror-theme-github": "^4.23.13", |
52 | | - "@uiw/react-codemirror": "^4.23.13", |
| 49 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 50 | + "@tiptap/core": "^3.23.4", |
| 51 | + "@tiptap/extension-color": "^3.23.4", |
| 52 | + "@tiptap/extension-font-family": "^3.23.4", |
| 53 | + "@tiptap/extension-highlight": "^3.23.5", |
| 54 | + "@tiptap/extension-image": "^3.23.4", |
| 55 | + "@tiptap/extension-link": "^3.23.4", |
| 56 | + "@tiptap/extension-list": "^3.23.5", |
| 57 | + "@tiptap/extension-list-item": "^3.23.5", |
| 58 | + "@tiptap/extension-subscript": "^3.23.4", |
| 59 | + "@tiptap/extension-superscript": "^3.23.4", |
| 60 | + "@tiptap/extension-table": "^3.23.4", |
| 61 | + "@tiptap/extension-table-cell": "^3.23.4", |
| 62 | + "@tiptap/extension-table-header": "^3.23.4", |
| 63 | + "@tiptap/extension-table-row": "^3.23.4", |
| 64 | + "@tiptap/extension-task-item": "^3.23.5", |
| 65 | + "@tiptap/extension-task-list": "^3.23.5", |
| 66 | + "@tiptap/extension-text-align": "^3.23.4", |
| 67 | + "@tiptap/extension-text-style": "^3.23.4", |
| 68 | + "@tiptap/extension-underline": "^3.23.4", |
| 69 | + "@tiptap/extension-youtube": "^3.23.4", |
| 70 | + "@tiptap/pm": "^3.23.4", |
| 71 | + "@tiptap/react": "^3.23.4", |
| 72 | + "@tiptap/starter-kit": "^3.23.4", |
| 73 | + "@uiw/react-color-compact": "^2.10.1", |
53 | 74 | "classnames": "^2.5.1", |
| 75 | + "highlight.js": "^11.11.1", |
54 | 76 | "js-beautify": "^1.15.4", |
55 | 77 | "katex": "^0.16.22", |
56 | 78 | "linkifyjs": "^4.3.2", |
57 | 79 | "lodash.merge": "^4.6.2", |
58 | | - "parchment": "^3.0.0", |
59 | | - "quill": "^2.0.3", |
60 | | - "quill-resize-module": "^2.0.4" |
| 80 | + "react-dropzone": "^14.3.8", |
| 81 | + "react-scroll-sync": "^1.0.2" |
61 | 82 | }, |
62 | 83 | "devDependencies": { |
63 | 84 | "@mendix/automation-utils": "workspace:*", |
|
0 commit comments