UNPKG

@memberjunction/ng-shared

Version:

MemberJunction: MJ Explorer Angular Shared Package - utility functions and other reusable elements used across other MJ Angular packages within the MJ Explorer App - do not use outside of MJ Explorer.

51 lines (50 loc) 1.55 kB
{ "name": "@memberjunction/ng-shared", "version": "4.3.0", "description": "MemberJunction: MJ Explorer Angular Shared Package - utility functions and other reusable elements used across other MJ Angular packages within the MJ Explorer App - do not use outside of MJ Explorer.", "main": "./dist/public-api.js", "typings": "./dist/public-api.d.ts", "files": [ "/dist" ], "scripts": { "test": "echo \"No tests configured yet\"", "build": "ngc" }, "keywords": [ "MemberJunction", "Angular" ], "author": "", "license": "ISC", "devDependencies": { "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3" }, "peerDependencies": { "@angular/common": "21.1.3", "@angular/core": "21.1.3", "@angular/router": "21.1.3", "rxjs": "^7.8.2" }, "dependencies": { "@angular/platform-browser": "21.1.3", "@memberjunction/ai-engine-base": "4.3.0", "@memberjunction/core": "4.3.0", "@memberjunction/core-entities": "4.3.0", "@memberjunction/global": "4.3.0", "@memberjunction/graphql-dataprovider": "4.3.0", "@memberjunction/entity-communications-base": "4.3.0", "@memberjunction/ng-base-application": "4.3.0", "@memberjunction/ng-base-types": "4.3.0", "@memberjunction/ng-notifications": "4.3.0", "@memberjunction/ng-shared-generic": "4.3.0", "@progress/kendo-angular-notification": "22.0.1", "tslib": "^2.8.1" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/MemberJunction/MJ" } }