@scullyio/scully-plugin-docs-link-update
Version:
This is a helper plugin for people using the scully-content plugin with links to other markdown files If looks for the `[href]` attribute. If the link in there starts with `#` it will put the full route in front of it, so that links _inside_ the page star
42 lines (41 loc) • 956 B
JSON
{
"name": "@scullyio/scully-plugin-docs-link-update",
"version": "2.1.41",
"peerDependencies": {
"@scullyio/scully": "*",
"jsdom": "^19.0.0"
},
"repository": {
"type": "GIT",
"url": "https://github.com/scullyio/scully/tree/main/libs/plugins/docs-link-update"
},
"dependencies": {
"asciidoctor": "^2.2.5",
"prismjs": "^1.27.0",
"puppeteer": "^13.4.1",
"@sentry/node": "^6.12.0",
"os": "^0.1.2",
"chokidar": "^3.5.3",
"rxjs": "^7.5.4",
"chalk": "^4.1.2",
"@angular/platform-server": "12.2.6",
"@angular/common": "12.2.6",
"@angular/core": "12.2.6",
"zone.js": "0.11.4",
"js-yaml": "^4.1.0",
"selfsigned": "^2.0.0",
"express": "4.17.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"ws": "^8.5.0"
},
"keywords": [
"angular",
"scully",
"seo",
"scully-plugin",
"plugin"
],
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}