UNPKG

@analogjs/content

Version:

Content Rendering for Analog

92 lines 2.59 kB
{ "name": "@analogjs/content", "version": "1.19.4", "description": "Content Rendering for Analog", "type": "module", "author": "Brandon Roberts <robertsbt@gmail.com>", "keywords": [ "angular", "markdown", "meta-framework" ], "license": "MIT", "bugs": { "url": "https://github.com/analogjs/analog/issues" }, "homepage": "https://analogjs.org", "repository": { "type": "git", "url": "https://github.com/analogjs/analog.git" }, "funding": { "type": "github", "url": "https://github.com/sponsors/brandonroberts" }, "peerDependencies": { "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/platform-browser": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0", "front-matter": "^4.0.2", "marked": "^15.0.7", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-mangle": "^1.1.10", "rxjs": "^6.5.0 || ^7.5.0", "prismjs": "^1.29.0", "satori": "^0.10.14", "satori-html": "^0.3.2", "sharp": "^0.33.5" }, "peerDependenciesMeta": { "satori": { "optional": true }, "satori-html": { "optional": true }, "sharp": { "optional": true } }, "dependencies": { "tslib": "^2.3.0" }, "ng-update": { "packageGroup": [ "@analogjs/platform", "@analogjs/content", "@analogjs/router", "@analogjs/storybook-angular", "@analogjs/vite-plugin-angular", "@analogjs/vite-plugin-nitro", "@analogjs/vitest-angular" ], "migrations": "./plugin/migrations.json" }, "module": "fesm2022/analogjs-content.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/analogjs-content.mjs" }, "./og": { "types": "./og/index.d.ts", "default": "./fesm2022/analogjs-content-og.mjs" }, "./prism-highlighter": { "types": "./prism-highlighter/index.d.ts", "default": "./fesm2022/analogjs-content-prism-highlighter.mjs" }, "./shiki-highlighter": { "types": "./shiki-highlighter/index.d.ts", "default": "./fesm2022/analogjs-content-shiki-highlighter.mjs" } }, "sideEffects": false }