@cauca-911/material
Version:
Run `npm install @cauca-911/material --save` to add this library to your project
39 lines • 1.19 kB
JSON
{
"name": "@cauca-911/material",
"version": "21.3.6",
"peerDependencies": {
"@angular/common": ">=21.2.0",
"@angular/core": ">=21.2.0",
"@angular/material": ">=21.2.0",
"@cauca-911/core": ">=21.3.0",
"ngx-mat-select-search": ">=8.0.4",
"ngx-color-picker": ">=20.1.1",
"@fortawesome/angular-fontawesome": "^4.0.0"
},
"homepage": "https://cauca.ca",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"tslib": ">=2.6.2"
},
"keywords": [
"CAUCA",
"cauca-material",
"cauca-911/material",
"material"
],
"module": "fesm2022/cauca-911-material.mjs",
"typings": "types/cauca-911-material.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/cauca-911-material.d.ts",
"default": "./fesm2022/cauca-911-material.mjs"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}