mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* feat(text-editor): add highlight action Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add subscript and superscript actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add mathematics inline and block actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add mathematics and katex dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): change max-width of toolbar to display all icons correctly Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add subscript and superscript as direct dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated] Adds placeholder translations (English fallback) for Highlight, Subscript, Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker. Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix subscript/superscript serialization and extension placement Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> --------- Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
112 lines
4.1 KiB
JSON
112 lines
4.1 KiB
JSON
{
|
|
"name": "@hcengineering/text-editor-resources",
|
|
"version": "0.7.0",
|
|
"main": "src/index.ts",
|
|
"author": "Hardcore Engineering Inc.",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile ui",
|
|
"build:docs": "api-extractor run --local",
|
|
"format": "format src",
|
|
"svelte-check": "do-svelte-check",
|
|
"_phase:svelte-check": "do-svelte-check",
|
|
"build:watch": "compile ui",
|
|
"_phase:build": "compile ui",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "workspace:^0.7.19",
|
|
"svelte-loader": "^3.2.0",
|
|
"sass": "^1.80.0",
|
|
"svelte-preprocess": "^5.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.54.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"prettier": "^3.6.2",
|
|
"svelte-check": "^3.6.9",
|
|
"typescript": "^5.9.3",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/diff": "~5.0.2",
|
|
"@types/katex": "^0.16.0",
|
|
"svelte-eslint-parser": "^0.33.1"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/platform": "workspace:^0.7.19",
|
|
"svelte": "^4.2.20",
|
|
"@hcengineering/ui": "workspace:^0.7.0",
|
|
"@hcengineering/analytics": "workspace:^0.7.17",
|
|
"@hcengineering/presentation": "workspace:^0.7.0",
|
|
"@hcengineering/core": "workspace:^0.7.24",
|
|
"@hcengineering/converter": "workspace:^0.7.0",
|
|
"@hcengineering/highlight": "workspace:^0.7.0",
|
|
"@hcengineering/view": "workspace:^0.7.0",
|
|
"@hcengineering/text": "workspace:^0.7.18",
|
|
"@hcengineering/text-editor": "workspace:^0.7.0",
|
|
"@hcengineering/collaborator-client": "workspace:^0.7.17",
|
|
"@hcengineering/contact": "workspace:^0.7.0",
|
|
"@hcengineering/presence": "workspace:^0.7.0",
|
|
"@hcengineering/text-markdown": "workspace:^0.7.20",
|
|
"@hcengineering/text-ydoc": "workspace:^0.7.18",
|
|
"@hcengineering/emoji": "workspace:^0.7.0",
|
|
"@tiptap/core": "^2.11.7",
|
|
"@tiptap/pm": "^2.11.7",
|
|
"@tiptap/extension-code-block-lowlight": "^2.11.7",
|
|
"@tiptap/extension-collaboration": "^2.11.7",
|
|
"@tiptap/extension-collaboration-cursor": "^2.11.7",
|
|
"@tiptap/extension-placeholder": "^2.11.7",
|
|
"@tiptap/extension-hard-break": "^2.11.7",
|
|
"@tiptap/extension-bubble-menu": "^2.11.7",
|
|
"@tiptap/extension-table": "^2.11.7",
|
|
"@tiptap/extension-table-cell": "^2.11.7",
|
|
"@tiptap/extension-table-header": "^2.11.7",
|
|
"@tiptap/extension-table-row": "^2.11.7",
|
|
"@tiptap/extension-heading": "^2.11.7",
|
|
"@tiptap/extension-list-keymap": "^2.11.7",
|
|
"@tiptap/extension-code": "^2.11.7",
|
|
"@tiptap/extension-code-block": "^2.11.7",
|
|
"@tiptap/extension-highlight": "^2.11.7",
|
|
"@tiptap/extension-subscript": "^2.11.7",
|
|
"@tiptap/extension-superscript": "^2.11.7",
|
|
"@tiptap/extension-typography": "^2.11.7",
|
|
"@tiptap/extension-link": "^2.11.7",
|
|
"@tiptap/extension-ordered-list": "^2.11.7",
|
|
"@tiptap/extension-bullet-list": "^2.11.7",
|
|
"@tiptap/extension-list-item": "^2.11.7",
|
|
"@tiptap/extension-task-item": "^2.11.7",
|
|
"@tiptap/extension-task-list": "^2.11.7",
|
|
"@tiptap/starter-kit": "^2.11.7",
|
|
"@tiptap/extension-underline": "^2.11.7",
|
|
"@hocuspocus/provider": "^2.15.2",
|
|
"prosemirror-codemark": "^0.4.2",
|
|
"y-protocols": "^1.0.6",
|
|
"y-prosemirror": "^1.3.7",
|
|
"yjs": "^13.6.27",
|
|
"fast-equals": "^5.2.2",
|
|
"rfc6902": "^5.0.1",
|
|
"diff": "^5.1.0",
|
|
"slugify": "^1.6.6",
|
|
"lib0": "^0.2.109",
|
|
"lowlight": "^3.3.0",
|
|
"mermaid": "^11.12.0",
|
|
"@hcengineering/theme": "workspace:^0.7.0",
|
|
"tippy.js": "~6.3.7",
|
|
"@hcengineering/chunter": "workspace:^0.7.0",
|
|
"@tiptap/extension-text-align": "~2.11.0",
|
|
"@tiptap/extension-mathematics": "^2.11.7",
|
|
"katex": "^0.16.0",
|
|
"@hcengineering/workbench": "workspace:^0.7.0",
|
|
"@hcengineering/drive": "workspace:^0.7.0",
|
|
"@hcengineering/time": "workspace:^0.7.0",
|
|
"@hcengineering/rank": "workspace:^0.7.17"
|
|
}
|
|
}
|