@ndbx/runtime
Version:
The `@ndbx/runtime` package provides a runtime environment to embed NodeBox visualizations directly into React applications. NodeBox is a powerful tool for creating interactive and generative visualizations, and this runtime allows you to integrate those
42 lines (41 loc) • 943 B
JSON
{
"name": "@ndbx/runtime",
"version": "0.1.22",
"type": "module",
"description": "",
"main": "dist/ndbx.esm.js",
"module": "dist/ndbx.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "vitest run",
"test-dev": "vitest --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/d3-shape": "^3.1.6",
"@vitest/ui": "^2.1.2",
"glob": "^11.0.0",
"rollup": "^4.24.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
},
"dependencies": {
"@ndbx/g": "*",
"d3-shape": "^3.2.0",
"json5": "^2.2.3",
"vega": "^5.30.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}