mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 10:25:53 +08:00
feat: ✨ 新增富文本本地引入
This commit is contained in:
35
manager/public/tinymce/package.json
Normal file
35
manager/public/tinymce/package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "tinymce",
|
||||
"version": "6.4.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tinymce/tinymce.git",
|
||||
"directory": "modules/tinymce"
|
||||
},
|
||||
"description": "Web based JavaScript HTML WYSIWYG editor control.",
|
||||
"author": "Ephox Corporation DBA Tiny Technologies, Inc",
|
||||
"main": "tinymce.js",
|
||||
"types": "tinymce.d.ts",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"wysiwyg",
|
||||
"tinymce",
|
||||
"richtext",
|
||||
"javascript",
|
||||
"html",
|
||||
"text",
|
||||
"rich editor",
|
||||
"rich text editor",
|
||||
"rte",
|
||||
"rich text",
|
||||
"contenteditable",
|
||||
"editing"
|
||||
],
|
||||
"homepage": "https://www.tiny.cloud/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tinymce/tinymce/issues"
|
||||
},
|
||||
"__npminstall_done": true,
|
||||
"_from": "tinymce@6.4.2",
|
||||
"_resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-6.4.2.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user