UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

32 lines 889 B
{ "name": "primeng", "version": "12.0.0", "repository": { "type": "git", "url": "https://github.com/primefaces/primeng" }, "keywords": [ "angular" ], "license": "MIT", "bugs": { "url": "https://github.com/primefaces/primeng/issues" }, "module": "fesm2015/primeng.js", "typings": "primeng.d.ts", "peerDependencies": { "@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "rxjs": "^6.0.0", "zone.js": "^0.10.2 || ^0.11.0" }, "main": "bundles/primeng.umd.js", "es2015": "fesm2015/primeng.js", "esm2015": "esm2015/primeng.js", "fesm2015": "fesm2015/primeng.js", "sideEffects": false, "dependencies": { "tslib": "^2.1.0" } }