{ "name": "@perspective-dev/viewer", "version": "4.5.2", "description": "The `` Custom Element, frontend for Perspective", "keywords": [ "perspective", "data", "analytics", "visualization", "datagrid", "charts", "web-component", "wasm", "arrow" ], "homepage": "https://perspective.finos.org", "repository": { "type": "git", "url": "https://github.com/perspective-dev/perspective" }, "type": "module", "license": "Apache-2.0", "sideEffects": true, "unpkg": "dist/cdn/perspective-viewer.js", "jsdelivr": "dist/cdn/perspective-viewer.js", "exports": { ".": { "types": "./dist/esm/perspective-viewer.d.ts", "import": "./dist/esm/perspective-viewer.js", "default": "./dist/esm/perspective-viewer.js" }, "./inline": { "types": "./dist/esm/perspective-viewer.d.ts", "import": "./dist/esm/perspective-viewer.inline.js", "default": "./dist/esm/perspective-viewer.inline.js" }, "./themes": "./dist/css/themes.css", "./themes/*.css": "./dist/css/*.css", "./themes/intl/*.css": "./dist/css/intl/*.css", "./dist/*": "./dist/*", "./src/*": "./src/*", "./test/*": "./test/*", "./package.json": "./package.json", "./tsconfig.json": "./tsconfig.json", "./tools.mjs": "./tools.mjs" }, "files": [ "dist/**/*", "src/**/*", "tsconfig.json" ], "types": "dist/esm/perspective-viewer.d.ts", "scripts": { "build": "node ./build.mjs", "clean": "node ./clean.mjs", "docs": "node ./docs.mjs" }, "publishConfig": { "access": "public" }, "dependencies": { "@perspective-dev/client": "workspace:", "pro_self_extracting_wasm": "catalog:" }, "devDependencies": { "@perspective-dev/esbuild-plugin": "workspace:", "@perspective-dev/test": "workspace:", "@perspective-dev/metadata": "workspace:", "lightningcss": "catalog:", "@playwright/test": "catalog:", "@playwright/experimental-ct-react": "catalog:", "@types/react": "catalog:", "@types/node": "catalog:", "@types/react-dom": "catalog:", "prettier": "catalog:", "typedoc": "catalog:", "typescript": "catalog:", "zx": "catalog:" } }