platform/packages/text-editor/package.json
Andrey Platov 244eafadd5
add tests to github workflow
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-12 09:37:22 +02:00

33 lines
970 B
JSON

{
"name": "@anticrm/text-editor",
"version": "0.6.0",
"main": "src/index.ts",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "",
"build:docs": "api-extractor run --local",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"
},
"devDependencies": {
"svelte-loader":"^3.1.2",
"sass":"^1.37.5",
"svelte-preprocess":"^4.7.4"
},
"dependencies": {
"svelte": "^3.37.0",
"@anticrm/presentation": "~0.6.1",
"@anticrm/contact": "~0.6.0",
"@anticrm/core": "~0.6.11",
"@anticrm/ui": "~0.6.0",
"@tiptap/core": "~2.0.0-beta.93",
"@tiptap/starter-kit": "~2.0.0-beta.89",
"@tiptap/extension-highlight": "~2.0.0-beta.15",
"@tiptap/extension-placeholder": "~2.0.0-beta.26",
"@tiptap/extension-mention": "~2.0.0-beta.63",
"@tiptap/extension-typography": "~2.0.0-beta.13"
}
}