* Use path instead of alias * Add missing pacakges * Use path in viewers * Use path in contextProviders * Add base to config * Add conditionals for window * Copy config to avoid breaking build * Update and lock versions * Update lock file * Remove scaling config * Fix broken versions of react date * Fix broken dev
16 lines
278 B
JavaScript
16 lines
278 B
JavaScript
export default {
|
|
title: '@ohif/ui',
|
|
menu: [
|
|
'Getting Started',
|
|
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
|
|
'General',
|
|
'Data Display',
|
|
'Feedback',
|
|
'Form',
|
|
'Navigation',
|
|
// 'Other',
|
|
],
|
|
ignore: ['README.md'],
|
|
base: '/ui/'
|
|
};
|