diff --git a/npm/packs/tui-editor/abp.resourcemapping.js b/npm/packs/tui-editor/abp.resourcemapping.js index 511e9aafb8..b7285350b8 100644 --- a/npm/packs/tui-editor/abp.resourcemapping.js +++ b/npm/packs/tui-editor/abp.resourcemapping.js @@ -1,5 +1,5 @@ module.exports = { mappings: { - "@node_modules/@abp/@toast-ui/src/*": "@libs/tui-editor/" + "@node_modules/@abp/tui-editor/src/*.*": "@libs/tui-editor/" } } \ No newline at end of file diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index e050db2db5..e3b6eec00d 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -6,11 +6,7 @@ }, "dependencies": { "@abp/jquery": "~5.1.1", - "@abp/prismjs": "~5.1.1", - "@abp/codemirror": "~5.1.1", - "@abp/highlight.js": "~5.1.1", - "@abp/markdown-it": "~5.1.1", - "@toast-ui/editor": "^2.5.1" + "@abp/prismjs": "~5.1.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } \ No newline at end of file