UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

52 lines 1.39 kB
{ "name": "ng-zorro-antd", "version": "11.2.0", "license": "MIT", "description": "An enterprise-class UI components based on Ant Design and Angular", "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json", "packageGroup": [ "ng-zorro-antd" ] }, "keywords": [ "ant", "design", "angular", "ui", "framework", "frontend" ], "homepage": "https://ng.ant.design", "repository": { "type": "git", "url": "https://github.com/NG-ZORRO/ng-zorro-antd" }, "bugs": { "url": "https://github.com/NG-ZORRO/ng-zorro-antd/issues" }, "dependencies": { "@angular/cdk": "^11.0.2", "@ant-design/icons-angular": "^11.0.1", "date-fns": "^2.10.0", "resize-observer-polyfill": "^1.5.1", "tslib": "^2.0.0" }, "peerDependencies": { "@angular/animations": "^11.0.4", "@angular/common": "^11.0.4", "@angular/forms": "^11.0.4", "@angular/core": "^11.0.4", "@angular/platform-browser": "^11.0.4", "@angular/router": "^11.0.4" }, "main": "bundles/ng-zorro-antd.umd.js", "module": "fesm2015/ng-zorro-antd.js", "es2015": "fesm2015/ng-zorro-antd.js", "esm2015": "esm2015/ng-zorro-antd.js", "fesm2015": "fesm2015/ng-zorro-antd.js", "typings": "ng-zorro-antd.d.ts", "metadata": "ng-zorro-antd.metadata.json", "sideEffects": false }