Initial commit: data-viz-elements-ui library
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
21
ng-package.json
Normal file
21
ng-package.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user