UNPKG

@finos/perspective-viewer-datagrid

Version:

Perspective datagrid plugin based on `regular-table`

54 lines (53 loc) 1.76 kB
{ "name": "@finos/perspective-viewer-datagrid", "version": "1.7.1", "description": "Perspective datagrid plugin based on `regular-table`", "unpkg": "dist/umd/perspective-viewer-datagrid.js", "main": "dist/umd/perspective-viewer-datagrid.js", "jsdelivr": "dist/umd/perspective-viewer-datagrid.js", "exports": { ".": { "require": "./dist/umd/perspective-viewer-datagrid.js", "import": "./dist/esm/perspective-viewer-datagrid.js" }, "./dist/*": "./dist/*", "./package.json": "./package.json" }, "files": [ "dist/**/*", "index.d.ts" ], "types": "index.d.ts", "scripts": { "bench": "npm-run-all bench:build bench:run", "bench:build": ":", "bench:run": ":", "build": "node build.js", "test:build": "cpy \"test/html/*\" dist/umd", "test:run": "jest --rootDir=. --config=../../tools/perspective-test/jest.config.js --color", "test": "npm-run-all test:build test:run", "watch": ":", "clean": "rimraf dist", "clean:screenshots": "rimraf \"test/screenshots/**/*.@(failed|diff).png\"" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/finos/perspective" }, "author": "", "license": "Apache-2.0", "dependencies": { "@finos/perspective": "^1.7.1", "@finos/perspective-viewer": "^1.7.1", "chroma-js": "^1.3.4", "regular-table": "=0.5.6" }, "devDependencies": { "@finos/perspective-esbuild-plugin": "^1.7.1", "@finos/perspective-test": "^1.7.1" }, "gitHead": "8007ad4f5e78c9d31d75ef8ca4672a6e08f9c1ba" }