@it-corp/vpbank-spotlight
Version:
Command center components for react and VPbank components
18 lines (16 loc) • 441 B
text/typescript
import packageJson from "../../package.json";
export const ROLLUP_EXTERNALS = [
"dayjs/locale/ru",
"dayjs/plugin/customParseFormat.js",
"dayjs/plugin/customParseFormat",
"dayjs/plugin/utc.js",
"dayjs/plugin/timezone.js",
"klona/full",
"highlight.js/lib/languages/typescript",
"@it-corp/vpbank-core",
"@it-corp/vpbank-hooks",
...Object.keys({
...packageJson.devDependencies,
...packageJson.dependencies,
}),
];