@dotglitch/ngx-common
Version:
Angular components and utilities that are commonly used.
55 lines • 1.37 kB
JSON
{
"name": "@dotglitch/ngx-common",
"private": false,
"version": "1.2.0",
"repository": {
"url": "https://github.com/knackstedt/dotglitch-ngx/tree/main/packages/common"
},
"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"
},
"dependencies": {
"angular-split": ">=15.0.0",
"localforage": ">=1.10.0",
"monaco-editor": ">=0.40.0",
"ngx-scrollbar": ">=12.0.0",
"path-browserify": ">=1.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tabulator-tables": ">=5.5.0",
"tslib": "^2.6.2",
"ulidx": ">=2.0.0"
},
"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"
}
}
}