Files
Andrew Stein f0a4f5b327
Build Status / build_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, quay.io/pypa/manylinux_2_28_x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025) (push) Has been cancelled
Build Status / test_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_js_wasm64 (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / build_python (aarch64, quay.io/pypa/manylinux_2_28_aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / test_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / test_python_sdist (x86_64, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_js (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Build Status / lint_and_docs (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
v5.0.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2026-07-27 21:11:41 -04:00

28 lines
829 B
JSON

{
"name": "webpack-example",
"private": true,
"version": "5.0.0",
"description": "An example app built using `@perspective-dev/viewer`.",
"scripts": {
"webpack_build": "webpack",
"start": "webpack serve"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@perspective-dev/client": "workspace:",
"@perspective-dev/viewer": "workspace:",
"@perspective-dev/viewer-charts": "workspace:",
"@perspective-dev/viewer-datagrid": "workspace:"
},
"devDependencies": {
"arraybuffer-loader": "catalog:",
"css-loader": "catalog:",
"html-webpack-plugin": "catalog:",
"style-loader": "catalog:",
"superstore-arrow": "catalog:",
"webpack-cli": "catalog:",
"webpack": "catalog:"
}
}