mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
5fd292d8da
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@hcengineering/text",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"test": "heft test",
|
|
"build:watch": "tsc",
|
|
"lint:fix": "eslint --fix src",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@types/heft-jest": "^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.26.0",
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"prettier": "^2.7.1",
|
|
"@rushstack/heft": "^0.47.9",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/core": "^0.6.27",
|
|
"@tiptap/core": "^2.0.3",
|
|
"@tiptap/html": "^2.0.3",
|
|
"@tiptap/pm": "^2.0.3",
|
|
"@tiptap/starter-kit": "^2.0.3",
|
|
"@tiptap/extension-gapcursor": "^2.0.3",
|
|
"@tiptap/extension-heading": "^2.0.3",
|
|
"@tiptap/extension-highlight": "^2.0.3",
|
|
"@tiptap/extension-link": "^2.0.3",
|
|
"@tiptap/extension-mention": "^2.0.3",
|
|
"@tiptap/extension-table": "^2.0.3",
|
|
"@tiptap/extension-table-cell": "^2.0.3",
|
|
"@tiptap/extension-table-header": "^2.0.3",
|
|
"@tiptap/extension-table-row": "^2.0.3",
|
|
"@tiptap/extension-task-item": "^2.0.3",
|
|
"@tiptap/extension-task-list": "^2.0.3",
|
|
"@tiptap/extension-typography": "^2.0.3",
|
|
"@tiptap/suggestion": "^2.0.3",
|
|
"@tiptap/prosemirror-tables": "^1.1.4",
|
|
"prosemirror-model": "^1.19.2",
|
|
"yjs": "^13.5.52",
|
|
"y-prosemirror": "^1.2.1"
|
|
},
|
|
"repository": "https://github.com/hcenginneing/anticrm",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|