38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@tp/tp-rich-text-box",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "tp-rich-text-box.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.codeblob.work/tp-elements/tp-rich-text-box.git"
|
|
},
|
|
"author": "trading_peter",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.6.0",
|
|
"@tiptap/core": "^3.0.0",
|
|
"@tiptap/extension-bold": "^3.0.0",
|
|
"@tiptap/extension-code": "^3.0.0",
|
|
"@tiptap/extension-document": "^3.0.0",
|
|
"@tiptap/extension-hard-break": "^3.0.0",
|
|
"@tiptap/extension-italic": "^3.0.0",
|
|
"@tiptap/extension-link": "^3.0.0",
|
|
"@tiptap/extension-mention": "^3.0.0",
|
|
"@tiptap/extension-paragraph": "^3.0.0",
|
|
"@tiptap/extension-strike": "^3.0.0",
|
|
"@tiptap/extension-text": "^3.0.0",
|
|
"@tiptap/extension-underline": "^3.0.0",
|
|
"@tiptap/extensions": "^3.0.0",
|
|
"@tp/helpers": "^2.7.1",
|
|
"@tp/tp-button": "^1.3.2",
|
|
"@tp/tp-dialog": "^1.4.0",
|
|
"@tp/tp-form": "^1.2.0",
|
|
"@tp/tp-input": "^1.1.2",
|
|
"lit": "^3.0.0"
|
|
}
|
|
}
|