UNPKG

@grapecity/activereports

Version:

ActiveReportsJS

85 lines 2.02 kB
{ "name": "@grapecity/activereports", "version": "5.2.2", "description": "ActiveReportsJS", "author": "GrapeCity", "type": "module", "module": "./lib/index.js", "types": "./lib/index.d.ts", "main": "./index.js", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" }, "./reportdesigner": { "import": "./reportdesigner/index.js", "types": "./reportdesigner/index.d.ts" }, "./reportviewer": { "import": "./reportviewer/index.js", "types": "./reportviewer/index.d.ts" }, "./core": { "import": "./core/index.js", "types": "./core/index.d.ts" }, "./htmlexport": { "import": "./htmlexport/index.js", "types": "./htmlexport/index.d.ts" }, "./pdfexport": { "import": "./pdfexport/index.js", "types": "./pdfexport/index.d.ts" }, "./xlsxexport": { "import": "./xlsxexport/index.js", "types": "./xlsxexport/index.d.ts" }, "./tabulardataexport": { "import": "./tabulardataexport/index.js", "types": "./tabulardataexport/index.d.ts" }, "./styles/*": "./styles/*", "./package.json": "./package.json" }, "license": "Commercial", "keywords": [ "activereports", "arjs", "reporting", "pagereport", "pagedocument", "rdlx", "rdl", "javascript", "report designer", "web designer", "viewer", "pdf", "excel", "アクティブレポート", "帳票", "ページレポート", "RDLレポート", "レポートデザイナ", "ビューワ", "エクセル", "バーコード", "グラフ" ], "dependencies": { "@types/virtual-dom": "^2.1.0", "blob": "^0.1.0", "canvg": "^4.0.0", "color-string": "^1.5.3", "date-fns": "^2.26.0", "i18next": "^20.3.1", "jsonpath-plus": "^10.3.0", "jszip": "^3.10.1", "ramda": "^0.29.0", "tslib": "^2.3.0", "virtual-dom": "^2.1.1", "xregexp": "^3.0.30" } }