SIGN IN SIGN UP

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

0 0 0 C++
2017-12-08 15:25:46 -05:00
{
"private": true,
2020-01-07 19:24:44 -05:00
"repository": {
"type": "git",
"url": "https://github.com/perspective-dev/perspective"
2020-01-07 19:24:44 -05:00
},
"version": "4.3.0",
2020-01-07 19:24:44 -05:00
"changelog": {
"labels": {
2020-02-10 05:56:25 -05:00
"enhancement": "Added",
2020-01-07 19:24:44 -05:00
"bug": "Fixed",
"internal": "Internal"
}
},
"type": "module",
"emscripten": "4.0.9",
2024-02-21 16:04:33 -05:00
"llvm": "17.0.6",
"pyodide": "0.29.3",
2020-02-10 05:56:25 -05:00
"engines": {
"node": ">=16 <23"
2020-02-08 09:17:55 -05:00
},
"workspaces": [
"tools/test",
"tools/scripts",
"tools/esbuild-plugin",
"packages/react",
"packages/viewer-datagrid",
"packages/viewer-d3fc",
"packages/viewer-openlayers",
"packages/workspace",
"packages/jupyterlab",
"packages/cli",
"rust/perspective-js",
"rust/perspective-viewer",
"rust/perspective-python",
"rust/perspective-server",
2023-01-09 11:55:56 -05:00
"examples/*",
"docs"
],
"devDependencies": {
"@fontsource/roboto-mono": "catalog:",
"@perspective-dev/client": "workspace:^",
"@perspective-dev/jupyterlab": "workspace:^",
"@perspective-dev/react": "workspace:^",
"@perspective-dev/server": "workspace:^",
"@perspective-dev/test": "workspace:^",
"@perspective-dev/viewer": "workspace:^",
"@perspective-dev/viewer-d3fc": "workspace:^",
"@perspective-dev/viewer-datagrid": "workspace:^",
"@perspective-dev/viewer-openlayers": "workspace:^",
"@perspective-dev/workspace": "workspace:^",
"@playwright/experimental-ct-react": "catalog:",
"@playwright/test": "catalog:",
"chalk": "catalog:",
"dotenv": "catalog:",
"husky": "catalog:",
"npm-run-all": "catalog:",
"prettier": "catalog:",
"tsx": "catalog:"
},
"pnpm": {
"overrides": {
"d3-array": ">=3 <4",
"d3-dispatch": ">=3 <4",
"d3-format": ">=3 <4",
"d3-scale": ">=4 <5",
"d3-selection": ">=3 <4",
"d3-transition": ">=3 <4"
}
},
"scripts": {
"preinstall": "npx only-allow pnpm",
2023-07-06 23:05:45 -04:00
"postinstall": "npm-run-all postinstall:*",
"postinstall:emsdk": "node tools/scripts/install_emsdk.mjs",
"postinstall:playwright": "npx playwright install --with-deps chromium",
2023-07-06 23:05:45 -04:00
"postinstall:vscode": "cp -n ./.vscode/settings.default.json ./.vscode/settings.json || true",
"install_llvm": "node tools/scripts/install_llvm.mjs",
"install_pyodide": "node tools/scripts/install_pyodide.mjs",
"build,test": "npm run --silent build && npm run --silent test",
"build_js": "node tools/scripts/build.mjs",
"build": "node tools/scripts/build.mjs",
"build_python": "node tools/scripts/build.mjs",
"bench": "node tools/scripts/bench.mjs",
"setup": "node tools/scripts/setup.mjs",
"once": "PSP_ONCE=1 node tools/scripts/setup.mjs",
"docs": "node tools/scripts/docs.mjs",
"test": "node tools/scripts/test.mjs",
"test:jupyter": "pnpm run --recursive --filter @perspective-dev/jupyterlab test:jupyter",
"test_js": "node tools/scripts/test_js.mjs",
"test_python": "node tools/scripts/test_python.mjs",
"clean": "node tools/scripts/clean.mjs",
2023-01-09 11:55:56 -05:00
"start": "npm run start --workspace",
"prepush": "node tools/scripts/prepush.mjs && npm run lint",
"prepare": "husky install",
"lint": "node tools/scripts/lint.mjs",
"fix": "node tools/scripts/fix.mjs",
"version": "node tools/scripts/version.mjs",
"jlab_link": "pip3 install ./python/perspective --no-build-isolation"
}
}