@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.
41 lines (40 loc) • 1.19 kB
JSON
{
"name": "@memberjunction/ng-shared",
"version": "2.90.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 \"Error: no test specified\" && exit 1",
"build": "ngc"
},
"keywords": [
"MemberJunction",
"Angular"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@angular/compiler": "18.0.2",
"@angular/compiler-cli": "18.0.2"
},
"peerDependencies": {
"@angular/common": "18.0.2",
"@angular/core": "18.0.2",
"@angular/router": "18.0.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@memberjunction/core": "2.90.0",
"@memberjunction/core-entities": "2.90.0",
"@memberjunction/ng-notifications": "2.90.0",
"@memberjunction/ng-base-types": "2.90.0",
"@memberjunction/graphql-dataprovider": "2.90.0",
"@progress/kendo-angular-notification": "16.2.0",
"tslib": "^2.3.0"
},
"sideEffects": false
}