interface StorybookInfo {
  framework: string;
  version: string;
  configDir?: string;
  mainConfig?: string;