diff --git a/package.json b/package.json index 3250a827..46939e0b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,10 @@ "shelljs": "0.8.5", "tslib": "2.3.0", "typescript": "5.3.3", - "zone.js": "0.14.3" + "zone.js": "0.14.3", + "marked": "*", + "turndown": "*", + "turndown-plugin-gfm": "*" }, "scripts": { "ng": "ng", @@ -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 +}