UNPKG

@cauca-911/material

Version:

Run `npm install @cauca-911/material --save` to add this library to your project

38 lines 1.14 kB
{ "name": "@cauca-911/material", "version": "19.0.4", "peerDependencies": { "@angular/common": ">=19.1.0", "@angular/core": ">=19.1.0", "@angular/material": ">=19.1.0", "@fortawesome/angular-fontawesome": ">=1.0.0", "@fortawesome/fontawesome-svg-core": ">=6.7.0", "@cauca-911/core": ">=19.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": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.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 by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }