@dotcms/angular
Version:
Official Angular Components library to render a dotCMS page.
48 lines • 1.17 kB
JSON
{
"name": "@dotcms/angular",
"version": "1.2.1",
"peerDependencies": {
"rxjs": ">=7.0.0",
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/router": ">=17.0.0"
},
"dependencies": {
"@tinymce/tinymce-angular": "9.0.0",
"@dotcms/client": "latest",
"@dotcms/uve": "latest",
"tslib": "^2.3.0"
},
"description": "Official Angular Components library to render a dotCMS page.",
"repository": {
"type": "git",
"url": "git+https://github.com/dotCMS/core.git#main"
},
"keywords": [
"dotCMS",
"CMS",
"Content Management",
"API Client",
"REST API",
"Angular",
"Components"
],
"author": "dotcms <dev@dotcms.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotCMS/core/issues"
},
"homepage": "https://github.com/dotCMS/core/tree/main/core-web/libs/sdk/angular/README.md",
"module": "fesm2022/dotcms-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/dotcms-angular.mjs"
}
},
"sideEffects": false
}