webFrameworkIndicators top-level constant
Web framework indicators (dependency names -> framework name).
Implementation
const Map<String, String> webFrameworkIndicators = {
'react': 'React',
'next': 'Next.js',
'vue': 'Vue',
'nuxt': 'Nuxt',
'svelte': 'Svelte',
'angular': 'Angular',
'gatsby': 'Gatsby',
'remix': 'Remix',
'astro': 'Astro',
};