@nmerget does defining the @db-ux/core-foundations node package as a devDependency in here provide any benefit? Elsewhere I would like to remove it, as we document the usage of or library for UI components by including the component packages like e.g. @db-ux/react-core-components instead of additionally including this package as a (dev)dependency.
|
"@db-ux/core-foundations": "3.1.4", |
@nmerget does defining the
@db-ux/core-foundationsnode package as a devDependency in here provide any benefit? Elsewhere I would like to remove it, as we document the usage of or library for UI components by including the component packages like e.g.@db-ux/react-core-componentsinstead of additionally including this package as a (dev)dependency.examples/react-tailwind-template/package.json
Line 23 in 3ead5ce