UNPKG

@dotglitch/ngx-common

Version:

Angular components and utilities that are commonly used.

112 lines 3.93 kB
{ "name": "@dotglitch/ngx-common", "private": false, "version": "3.0.0-beta.2", "repository": { "url": "git+https://github.com/knackstedt/dotglitch-ngx.git" }, "license": "MIT", "author": { "email": "andrewk@vivaldi.net", "name": "Andrew G. Knackstedt" }, "description": "Angular components and utilities that are commonly used.", "keywords": [ "angular", "ngx", "typescript", "ivy", "ng2", "ng", "angular-service" ], "peerDependencies": { "@angular/common": ">=17.0.0", "@angular/core": ">=17.0.0", "@angular/cdk": ">=17.0.0", "@angular/material": ">=17.0.0", "angular-split": ">=15.0.0", "gsap": ">=3.12.0", "monaco-editor": ">=0.40.0", "ngx-scrollbar": ">=12.0.0", "ngx-tabulator-tables": ">=0.2.8", "path-browserify": ">=1.0.0", "ulidx": ">=2.0.0" }, "peerDependenciesMeta": { "angular-split": { "optional": true }, "gsap": { "optional": true }, "monaco-editor": { "optional": true }, "ngx-scrollbar": { "optional": true }, "ngx-tabulator-tables": { "optional": true }, "path-browserify": { "optional": true }, "ulidx": { "optional": true } }, "dependencies": { "tslib": "^2.6.2" }, "sideEffects": false, "module": "fesm2022/dotglitch-ngx-common.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/dotglitch-ngx-common.mjs", "esm": "./esm2022/dotglitch-ngx-common.mjs", "default": "./fesm2022/dotglitch-ngx-common.mjs" }, "./command-palette": { "types": "./command-palette/index.d.ts", "esm2022": "./esm2022/command-palette/dotglitch-ngx-common-command-palette.mjs", "esm": "./esm2022/command-palette/dotglitch-ngx-common-command-palette.mjs", "default": "./fesm2022/dotglitch-ngx-common-command-palette.mjs" }, "./core": { "types": "./core/index.d.ts", "esm2022": "./esm2022/core/dotglitch-ngx-common-core.mjs", "esm": "./esm2022/core/dotglitch-ngx-common-core.mjs", "default": "./fesm2022/dotglitch-ngx-common-core.mjs" }, "./filemanager": { "types": "./filemanager/index.d.ts", "esm2022": "./esm2022/filemanager/dotglitch-ngx-common-filemanager.mjs", "esm": "./esm2022/filemanager/dotglitch-ngx-common-filemanager.mjs", "default": "./fesm2022/dotglitch-ngx-common-filemanager.mjs" }, "./monaco-editor": { "types": "./monaco-editor/index.d.ts", "esm2022": "./esm2022/monaco-editor/dotglitch-ngx-common-monaco-editor.mjs", "esm": "./esm2022/monaco-editor/dotglitch-ngx-common-monaco-editor.mjs", "default": "./fesm2022/dotglitch-ngx-common-monaco-editor.mjs" }, "./overlay-wrapper": { "types": "./overlay-wrapper/index.d.ts", "esm2022": "./esm2022/overlay-wrapper/dotglitch-ngx-common-overlay-wrapper.mjs", "esm": "./esm2022/overlay-wrapper/dotglitch-ngx-common-overlay-wrapper.mjs", "default": "./fesm2022/dotglitch-ngx-common-overlay-wrapper.mjs" }, "./tooltip": { "types": "./tooltip/index.d.ts", "esm2022": "./esm2022/tooltip/dotglitch-ngx-common-tooltip.mjs", "esm": "./esm2022/tooltip/dotglitch-ngx-common-tooltip.mjs", "default": "./fesm2022/dotglitch-ngx-common-tooltip.mjs" } } }