2023-08-24 18:53:18 +03:00
|
|
|
{
|
|
|
|
"name": "@hcengineering/text",
|
2023-11-27 12:13:14 +03:00
|
|
|
"version": "0.6.1",
|
2023-08-24 18:53:18 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2023-10-07 23:14:00 +03:00
|
|
|
"build": "tsc",
|
2023-10-07 13:38:21 +03:00
|
|
|
"test": "jest --passWithNoTests --silent",
|
2023-10-07 23:14:00 +03:00
|
|
|
"build:watch": "tsc",
|
2023-08-24 18:53:18 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
2023-10-24 19:00:18 +03:00
|
|
|
"format": "format src"
|
2023-08-24 18:53:18 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
2023-08-24 18:53:18 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-n": "^15.4.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"prettier": "^3.1.0",
|
2023-10-07 23:14:00 +03:00
|
|
|
"typescript": "^5.2.2",
|
2023-10-07 13:38:21 +03:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@types/jest": "^29.5.5",
|
|
|
|
"prettier-plugin-svelte": "^3.1.0"
|
2023-08-24 18:53:18 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-27 12:13:14 +03:00
|
|
|
"@hcengineering/core": "^0.6.28",
|
2023-10-19 10:12:34 +03:00
|
|
|
"@tiptap/core": "^2.1.12",
|
|
|
|
"@tiptap/html": "^2.1.12",
|
|
|
|
"@tiptap/pm": "^2.1.12",
|
|
|
|
"@tiptap/starter-kit": "^2.1.12",
|
|
|
|
"@tiptap/extension-gapcursor": "^2.1.12",
|
|
|
|
"@tiptap/extension-heading": "^2.1.12",
|
|
|
|
"@tiptap/extension-highlight": "^2.1.12",
|
|
|
|
"@tiptap/extension-link": "^2.1.12",
|
|
|
|
"@tiptap/extension-mention": "^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-task-item": "^2.1.12",
|
|
|
|
"@tiptap/extension-task-list": "^2.1.12",
|
|
|
|
"@tiptap/extension-typography": "^2.1.12",
|
|
|
|
"@tiptap/suggestion": "^2.1.12",
|
2023-10-06 09:07:24 +03:00
|
|
|
"prosemirror-model": "^1.19.2",
|
|
|
|
"yjs": "^13.5.52",
|
|
|
|
"y-prosemirror": "^1.2.1"
|
2023-08-24 18:53:18 +03:00
|
|
|
},
|
|
|
|
"repository": "https://github.com/hcenginneing/anticrm",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://npm.pkg.github.com"
|
|
|
|
}
|
|
|
|
}
|