UNPKG

@memberjunction/ng-action-gallery

Version:

MemberJunction Action Gallery - A beautiful, filterable gallery component for browsing and selecting actions

53 lines (52 loc) 1.41 kB
{ "name": "@memberjunction/ng-action-gallery", "version": "5.51.0", "description": "MemberJunction Action Gallery - A beautiful, filterable gallery component for browsing and selecting actions", "main": "./dist/public-api.js", "typings": "./dist/public-api.d.ts", "files": [ "/dist" ], "scripts": { "test": "vitest run", "build": "ngc", "test:watch": "vitest" }, "keywords": [ "actions", "gallery", "UI", "MemberJunction" ], "author": "MemberJunction Team", "license": "ISC", "devDependencies": { "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3", "@memberjunction/ng-test-utils": "5.51.0", "sass": "^1.97.3", "vitest": "^4.0.18" }, "peerDependencies": { "@angular/common": "21.1.3", "@angular/core": "21.1.3", "@angular/forms": "21.1.3", "@angular/animations": "21.1.3" }, "dependencies": { "@memberjunction/core": "5.51.0", "@memberjunction/core-entities": "5.51.0", "@memberjunction/global": "5.51.0", "@memberjunction/ng-ai-test-harness": "5.51.0", "@memberjunction/ng-container-directives": "5.51.0", "@memberjunction/ng-shared-generic": "5.51.0", "@memberjunction/ng-ui-components": "5.51.0", "rxjs": "^7.8.2", "tslib": "^2.8.1" }, "sideEffects": true, "repository": { "type": "git", "url": "https://github.com/MemberJunction/MJ" } }