Skip to content

Commit

Permalink
add libs
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev committed Oct 22, 2024
1 parent 7785bb3 commit 3a46ce4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,25 @@ const vendors = (vendorsList: string[]) => {
'react-dnd',
'react-grid-layout',
'react-beautiful-dnd',
'@react-dnd',
'@gravity-ui/uikit',
'@gravity-ui/react-data-table',
'@gravity-ui/navigation',
'@gravity-ui/components',
'@gravity-ui/date-components',
'@gravity-ui/icons',
'@gravity-ui/chartkit',
'@gravity-ui/date-utils',
'@popperjs',
'yup',
'rc-slider',
'rc-util',
'dnd-core',
'react-transition-group',
'jsondiffpatch',
'history',
'luxon',
'd3-selection',
]);
};

Expand Down

0 comments on commit 3a46ce4

Please sign in to comment.