@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
78 lines • 2.28 kB
JSON
{
"name": "@netgrif/components",
"version": "7.0.0-rc.15",
"description": "Netgrif Application Engine frontend Angular components",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
"schematics": "./schematics/collection.json",
"repository": {
"type": "git",
"url": "https://github.com/netgrif/components.git"
},
"bugs": {
"url": "https://github.com/netgrif/components/issues"
},
"author": {
"name": "NETGRIF, s.r.o.",
"email": "oss@netgrif.com",
"url": "https://netgrif.com"
},
"keywords": [
"netgrif",
"application engine",
"nae",
"engine",
"workflow engine",
"components",
"netgrif components",
"nae components",
"nae frontend"
],
"peerDependencies": {
"@netgrif/components-core": "7.0.0-rc.15",
"@angular-material-components/datetime-picker": "~16.0.0",
"@angular-material-components/moment-adapter": "~16.0.0",
"@angular/animations": "~17.1.0",
"@angular/cdk": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/core": "~17.1.0",
"@ngbracket/ngx-layout": "~17.0.1",
"@angular/forms": "~17.1.0",
"@angular/material": "~13.3.1",
"@angular/material-moment-adapter": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/platform-browser-dynamic": "~17.1.0",
"@angular/router": "~17.1.0",
"@covalent/markdown": "~8.0.0",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/http-loader": "~8.0.0",
"@schematics/angular": "~17.1.0",
"angular-resize-event": "~3.2.0",
"angular2-hotkeys": "~16.0.0",
"hammerjs": "~2.0.8",
"json-schema-to-typescript": "~8.1.0",
"jszip": "~3.2.2",
"moment": "~2.29.4",
"natural-orderby": "~2.0.3",
"rxjs": "~6.6.7",
"zone.js": "~0.14.0"
},
"module": "fesm2022/netgrif-components.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/netgrif-components.mjs",
"esm": "./esm2022/netgrif-components.mjs",
"default": "./fesm2022/netgrif-components.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}