2022-10-21 10:39:32 +03:00
|
|
|
{
|
|
|
|
"name": "@hcengineering/document-resources",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc --incremental --noEmit --outDir ./dist_cache && echo build",
|
|
|
|
"build:docs": "api-extractor run --local",
|
|
|
|
"lint": "svelte-check && eslint",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src",
|
|
|
|
"svelte-check": "svelte-check"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"svelte-loader": "^3.1.3",
|
|
|
|
"sass": "^1.53.0",
|
|
|
|
"svelte-preprocess": "^4.10.7",
|
|
|
|
"@hcengineering/platform-rig": "~0.6.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
|
|
"@typescript-eslint/parser": "^5.30.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"svelte-check": "^2.8.0",
|
|
|
|
"typescript": "^4.3.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@hcengineering/platform": "^0.6.7",
|
|
|
|
"svelte": "^3.47",
|
|
|
|
"@hcengineering/document": "^0.6.0",
|
|
|
|
"@hcengineering/ui": "^0.6.2",
|
|
|
|
"@hcengineering/setting": "~0.6.1",
|
|
|
|
"@hcengineering/presentation": "~0.6.2",
|
|
|
|
"@hcengineering/core": "^0.6.17",
|
|
|
|
"@hcengineering/view": "^0.6.1",
|
|
|
|
"@hcengineering/attachment-resources": "~0.6.0",
|
|
|
|
"@hcengineering/notification-resources": "~0.6.0",
|
|
|
|
"@hcengineering/panel": "~0.6.0",
|
|
|
|
"@hcengineering/view-resources": "~0.6.0",
|
|
|
|
"@hcengineering/attachment": "~0.6.1",
|
|
|
|
"@hcengineering/notification": "~0.6.0",
|
|
|
|
|
|
|
|
"@tiptap/core": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/starter-kit": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-highlight": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-placeholder": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-mention": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-typography": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-link": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/suggestion": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-task-list": "~2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-task-item": "~2.0.0-beta.199",
|
|
|
|
"emoji-regex": "^10.1.0",
|
|
|
|
"prosemirror-collab": "~1.3.0",
|
|
|
|
"prosemirror-state": "~1.4.1",
|
2022-10-23 19:33:16 +03:00
|
|
|
"prosemirror-transform": "~1.7.0",
|
|
|
|
"@hcengineering/contact": "~0.6.5",
|
|
|
|
"@hcengineering/tags": "~0.6.2"
|
2022-10-21 10:39:32 +03:00
|
|
|
}
|
|
|
|
}
|