@myrmidon/cadmus-part-general-pg
Version:
Cadmus - general parts wrappers.
44 lines • 1.22 kB
JSON
{
"name": "@myrmidon/cadmus-part-general-pg",
"version": "18.0.0",
"description": "Cadmus - general parts wrappers.",
"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": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/material": "^22.0.0",
"@myrmidon/ngx-tools": "^3.0.0",
"@myrmidon/ngx-mat-tools": "^2.0.0",
"@myrmidon/cadmus-core": "^13.0.0",
"@myrmidon/cadmus-state": "^16.0.0",
"@myrmidon/cadmus-ui": "^17.0.0",
"@myrmidon/cadmus-item-editor": "^17.0.0",
"@myrmidon/cadmus-part-general-ui": "^17.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/myrmidon-cadmus-part-general-pg.mjs",
"typings": "types/myrmidon-cadmus-part-general-pg.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/myrmidon-cadmus-part-general-pg.d.ts",
"default": "./fesm2022/myrmidon-cadmus-part-general-pg.mjs"
}
},
"sideEffects": false,
"type": "module"
}