UNPKG

@grapecity/activereports-react

Version:

ActiveReportsJS components for React

46 lines 943 B
{ "name": "@grapecity/activereports-react", "version": "5.2.6", "description": "ActiveReportsJS components for React", "author": "GrapeCity", "license": "Commercial", "keywords": [ "react", "activereports", "grapecity", "arjs", "reporting", "pagereport", "pagedocument", "viewer", "rdlx", "rdl" ], "main": "./lib/index.js", "types": "./types/index.d.ts", "files": [ "lib/", "types/" ], "dependencies": { "@grapecity/activereports": "~5.2.6", "react": "^16 || ^17 || ^18 || ^19" }, "prettier": { "printWidth": 150, "singleQuote": true, "useTabs": true, "tabWidth": 4, "importOrder": [ "^@mescius/(.*)$", "^@grapecity/(.*)$", "^@dt/(.*)$", "^@arf/(.*)$", "^[./]" ], "importOrderCaseInsensitive": true, "importOrderSeparation": true, "importOrderSortSpecifiers": true, "endOfLine": "lf" } }