diff --git a/package.json b/package.json index 3250a827..d7980596 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,10 @@ "@syncfusion/ej2-angular-image-editor": "*", "@syncfusion/ej2-angular-interactive-chat": "*", "@syncfusion/ej2-markdown-converter": "*", - "@syncfusion/ej2-angular-blockeditor": "*" + "@syncfusion/ej2-angular-blockeditor": "*", + "marked": "*", + "turndown": "*", + "turndown-plugin-gfm": "*" }, "devDependencies": { "@angular-devkit/build-angular": "17.1.2", @@ -82,4 +85,4 @@ "build:prod": "node ./node_modules/@angular/cli/bin/ng build --aot --source-map=false --vendor-chunk=true --output-hashing none", "build": "gulp Angular-latest-changes && gulp styles-replace" } -} \ No newline at end of file +}