ag-grid-angular
Version:
AG Grid Angular Component
30 lines • 672 B
JSON
{
"name": "ag-grid-angular",
"version": "36.0.0",
"description": "AG Grid Angular Component",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">= 20.0.0",
"@angular/core": ">= 20.0.0"
},
"dependencies": {
"ag-grid-community": "36.0.0",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
},
"module": "fesm2022/ag-grid-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ag-grid-angular.mjs"
}
},
"sideEffects": false
}