perspective 2.7.1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
{
    "name": "@finos/perspective-viewer",
    "version": "2.7.1",
    "description": "The `<perspective-viewer>` Custom Element, frontend for Perspective.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/finos/perspective"
    },
    "license": "Apache-2.0",
    "unpkg": "dist/cdn/perspective-viewer.js",
    "jsdelivr": "dist/cdn/perspective-viewer.js",
    "exports": {
        ".": {
            "types": "./dist/esm/perspective-viewer.d.ts",
            "default": "./dist/esm/perspective-viewer.inline.js"
        },
        "./dist/*": "./dist/*",
        "./src/*": "./src/*",
        "./test/*": "./test/*",
        "./package.json": "./package.json",
        "./tsconfig.json": "./tsconfig.json"
    },
    "files": [
        "dist/**/*",
        "src/**/*",
        "tsconfig.json"
    ],
    "types": "dist/esm/perspective-viewer.d.ts",
    "scripts": {
        "build": "node ./build.js",
        "clean": "rimraf dist && rimraf build",
        "docs": "npm-run-all docs:build docs:concat docs:deploy:*",
        "docs:build": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --out dist/docs --readme none --excludePrivate src/ts/perspective-viewer.ts",
        "docs:concat": "node ./docs.js",
        "docs:deploy:api": "(echo \"---\nid: perspective-viewer\ntitle: perspective-viewer API\n---\n\n\"; cat README.md) > ../../docs/docs/obj/perspective-viewer.md",
        "docs:deploy:exprtk": "cat exprtk.md > ../../docs/docs/obj/perspective-viewer-exprtk.md",
        "test:run:rust": "rustup run nightly wasm-pack test --chrome --headless"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@finos/perspective": "^2.7.1"
    },
    "devDependencies": {
        "react": "^16.14.0",
        "@finos/perspective-esbuild-plugin": "^2.7.1",
        "@finos/perspective-test": "^2.7.1",
        "cpy": "^9.0.1"
    }
}