UNPKG

@cdmx/wappler_ag_grid

Version:

App Connect module for AG Grid v35 - Advanced data grid with enhanced editing, filtering, and tree data capabilities.

29 lines (28 loc) 814 B
{ "name": "@cdmx/wappler_ag_grid", "version": "2.1.3", "type": "module", "description": "App Connect module for AG Grid v35 - Advanced data grid with enhanced editing, filtering, and tree data capabilities.", "license": "MIT", "author": { "name": "cdmx-in", "url": "https://github.com/cdmx-in" }, "keywords": [ "wappler-extension", "app-connect", "ag-grid" ], "dependencies": { "@ag-grid-community/locale": "~35.1.0", "ag-grid-community": "~35.1.0", "exceljs": "^4.4.0", "papaparse": "~5.5.2", "pdfmake": "~0.2.18", "read-excel-file": "~5.8.7" }, "scripts": { "build": "rollup --config", "publish-dry-run": "npm publish ./dist --access public --dry-run" } }