@myrmidon/cadmus-ui-pg
Version:
Cadmus - general smart UI components.
41 lines • 1.1 kB
JSON
{
"name": "@myrmidon/cadmus-ui-pg",
"version": "16.1.2",
"description": "Cadmus - general smart UI components.",
"keywords": [
"Cadmus"
],
"homepage": "https://github.com/vedph/cadmus-shell-v3",
"repository": {
"type": "git",
"url": "https://github.com/vedph/cadmus-shell-v3"
},
"author": {
"name": "Daniele Fusi"
},
"peerDependencies": {
"@angular/common": "^20.0.0 || ^21.0.0",
"@angular/core": "^20.0.0 || ^21.0.0",
"@angular/material": "^20.0.0 || ^21.0.0",
"@myrmidon/cadmus-core": "^12.0.3",
"@myrmidon/cadmus-api": "^14.0.7",
"@myrmidon/cadmus-state": "^15.0.0",
"@myrmidon/cadmus-ui": "^16.1.0",
"@myrmidon/cadmus-item-editor": "^16.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/myrmidon-cadmus-ui-pg.mjs",
"typings": "types/myrmidon-cadmus-ui-pg.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/myrmidon-cadmus-ui-pg.d.ts",
"default": "./fesm2022/myrmidon-cadmus-ui-pg.mjs"
}
},
"sideEffects": false
}