Initial commit: data-viz-elements-ui library

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Giuliano Silvestro
2026-02-13 22:06:35 +10:00
commit 0ce172bfc1
98 changed files with 8832 additions and 0 deletions

21
ng-package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/index.ts"
},
"dest": "dist",
"deleteDestPath": true,
"allowedNonPeerDependencies": [
"d3-array",
"d3-axis",
"d3-color",
"d3-format",
"d3-hierarchy",
"d3-interpolate",
"d3-scale",
"d3-selection",
"d3-shape",
"d3-time-format",
"d3-transition"
]
}