mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 08:22:17 +03:00
6bf7469bcc
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
79 lines
2.7 KiB
JSON
79 lines
2.7 KiB
JSON
{
|
|
"name": "@hcengineering/text-editor",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "tsc --noEmit --outDir ./dist_cache && echo build",
|
|
"build:docs": "api-extractor run --local",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix src",
|
|
"format": "format src",
|
|
"build:watch": "tsc --noEmit --outDir ./dist_cache"
|
|
},
|
|
"devDependencies": {
|
|
"svelte-loader": "^3.1.9",
|
|
"sass": "^1.53.0",
|
|
"svelte-preprocess": "^5.1.0",
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-svelte": "^2.34.0",
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
"eslint": "^8.54.0",
|
|
"prettier": "^3.1.0",
|
|
"svelte-check": "^3.6.0",
|
|
"typescript": "^5.2.2",
|
|
"@types/diff": "~5.0.2",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"svelte-eslint-parser": "^0.33.1"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/presentation": "^0.6.2",
|
|
"@hcengineering/platform": "^0.6.9",
|
|
"@hcengineering/core": "^0.6.28",
|
|
"@hcengineering/ui": "^0.6.11",
|
|
"@hcengineering/text": "^0.6.1",
|
|
"svelte": "^4.2.5",
|
|
"@tiptap/core": "^2.1.12",
|
|
"@tiptap/pm": "^2.1.12",
|
|
"@tiptap/starter-kit": "^2.1.12",
|
|
"@tiptap/suggestion": "^2.1.12",
|
|
"@tiptap/extension-highlight": "^2.1.12",
|
|
"@tiptap/extension-placeholder": "^2.1.12",
|
|
"@tiptap/extension-mention": "^2.1.12",
|
|
"@tiptap/extension-typography": "^2.1.12",
|
|
"@tiptap/extension-link": "^2.1.12",
|
|
"@tiptap/extension-task-list": "^2.1.12",
|
|
"@tiptap/extension-task-item": "^2.1.12",
|
|
"@tiptap/extension-collaboration": "^2.1.12",
|
|
"@tiptap/extension-collaboration-cursor": "^2.1.12",
|
|
"@tiptap/extension-code-block": "^2.1.12",
|
|
"@tiptap/extension-gapcursor": "^2.1.12",
|
|
"@tiptap/extension-heading": "^2.1.12",
|
|
"@tiptap/extension-table": "^2.1.12",
|
|
"@tiptap/extension-table-cell": "^2.1.12",
|
|
"@tiptap/extension-table-header": "^2.1.12",
|
|
"@tiptap/extension-table-row": "^2.1.12",
|
|
"@tiptap/extension-code": "^2.1.12",
|
|
"@tiptap/extension-bubble-menu": "^2.1.12",
|
|
"@tiptap/extension-underline": "^2.1.12",
|
|
"@tiptap/extension-list-keymap": "^2.1.12",
|
|
"@hocuspocus/provider": "^2.5.0",
|
|
"prosemirror-codemark": "^0.4.2",
|
|
"yjs": "^13.5.52",
|
|
"y-websocket": "^1.5.0",
|
|
"y-prosemirror": "^1.2.1",
|
|
"rfc6902": "^5.0.1",
|
|
"diff": "^5.1.0",
|
|
"slugify": "^1.6.6"
|
|
}
|
|
}
|