UNPKG

turbogui-angular

Version:

A library that tries to help with the most common user interface elements on several frameworks and platforms

45 lines 1.09 kB
{ "name": "turbogui-angular", "version": "20.5.0", "description": "A library that tries to help with the most common user interface elements on several frameworks and platforms", "repository": { "type": "git", "url": "https://github.com/edertone/TurboGUI" }, "keywords": [ "general", "purpose", "front", "end", "library" ], "author": "edertone", "license": "Apache-2.0", "bugs": { "url": "https://github.com/edertone/TurboGUI/issues" }, "homepage": "https://turboframework.org", "dependencies": { "tslib": "^2.6.2", "turbocommons-ts": "^3.12.0" }, "peerDependencies": { "@angular/common": "^19.2.5", "@angular/core": "^19.2.5", "@angular/animations": "^19.2.5", "@angular/cdk": "^19.2.8", "@angular/material": "^19.2.8" }, "module": "fesm2022/turbogui-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/turbogui-angular.mjs" } }, "sideEffects": false }