nr-grid
Version:
NR-Grid is basic a datagrid helper that uses Bootstrap and NgbBootstrap and developed for Angular applications.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "nr-grid",
"version": "0.0.71",
"author": "NRTech | Kudret Efil <kudret.efil@nrtech.net>",
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ng-bootstrap/ng-bootstrap": "^6.0.0",
"bootstrap": "^4.4.1",
"date-fns": "^2.10.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"rxjs": "~6.5.4",
"rxjs-compat": "^6.5.4",
"zone.js": "~0.10.2",
"nr-select": "^0.1.23"
},
"keywords": [
"datagrid",
"bootstrap",
"ngbbootstrap",
"angular datagrid",
"gridview"
],
"repository": "https://gitlab.com/efil.kudret/nr.components",
"homepage": "http://nrtech.net",
"main": "bundles/nr-grid.umd.js",
"module": "fesm5/nr-grid.js",
"es2015": "fesm2015/nr-grid.js",
"esm5": "esm5/nr-grid.js",
"esm2015": "esm2015/nr-grid.js",
"fesm5": "fesm5/nr-grid.js",
"fesm2015": "fesm2015/nr-grid.js",
"typings": "nr-grid.d.ts",
"metadata": "nr-grid.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}