@netlify/framework-info
Version:
Framework detection utility
3 lines (2 loc) • 639 B
TypeScript
export declare const FRAMEWORK_NAMES: readonly ["astro", "docusaurus", "docusaurus-v2", "eleventy", "gatsby", "gridsome", "hexo", "hugo", "hydrogen", "jekyll", "middleman", "next-nx", "next", "blitz", "nuxt", "nuxt3", "phenomic", "qwik", "react-static", "redwoodjs", "remix", "solid-js", "solid-start", "stencil", "vuepress", "assemble", "docpad", "harp", "metalsmith", "roots", "wintersmith", "cecil", "zola", "angular", "create-react-app", "ember", "expo", "quasar", "quasar-v0.17", "sapper", "svelte", "svelte-kit", "vue", "brunch", "parcel", "grunt", "gulp", "vite", "wmr"];
export type FrameworkName = typeof FRAMEWORK_NAMES[number];