Good point to make a commit
This commit is contained in:
16
package.json
16
package.json
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"name": "@tp/tp-element",
|
||||
"name": "@tp/tp-rich-text-box",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "tp-element.js",
|
||||
"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-element.git"
|
||||
"url": "https://gitea.codeblob.work/tp-elements/tp-rich-text-box.git"
|
||||
},
|
||||
"author": "trading_peter",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-bold": "^2.12.0",
|
||||
"@tiptap/extension-code": "^2.24.2",
|
||||
"@tiptap/extension-document": "^2.24.2",
|
||||
"@tiptap/extension-hard-break": "^2.24.2",
|
||||
"@tiptap/extension-italic": "^2.0.0-beta.220",
|
||||
"@tiptap/extension-paragraph": "^2.0.0-beta.220",
|
||||
"@tiptap/extension-strike": "^2.0.0-beta.220",
|
||||
"@tiptap/extension-text": "^2.0.0-beta.220",
|
||||
"@tiptap/extension-underline": "^2.0.0-beta.220",
|
||||
"lit": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user