mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
* Add API for frameworks and examples * Adjust headers * Update frameworks list * Always use latest * Add types * Use now repo for downloading and listing * Use .existsSync * Remove unused packages * Use 307 for redirect * Add examples * Update tsconfig.json Co-Authored-By: Steven <steven@ceriously.com> * Make examples unique * Remove detectors from frameworks API * Use /api instead of Next.js * Install dependencies * Rename project * Change name * Empty * Change name * Update api/tsconfig.json Co-Authored-By: Steven <steven@ceriously.com> * Update examples Co-authored-by: Steven <steven@ceriously.com>
28 lines
997 B
TypeScript
28 lines
997 B
TypeScript
export const mapOldToNew: { [key: string]: string[] } = {
|
|
'go-image-to-ascii': ['vanilla-functions'],
|
|
markdown: ['hexo', 'docusaurus', 'docz', 'jekyll'],
|
|
'mdx-deck': ['docz'],
|
|
'mdx-deck-advanced': ['docz'],
|
|
'nextjs-mysql': ['nextjs'],
|
|
'nextjs-news': ['nextjs'],
|
|
'nextjs-nodejs-mongodb': ['nextjs'],
|
|
'nextjs-static': ['nextjs'],
|
|
'node-server': ['svelte-functions'],
|
|
nodejs: ['svelte-functions'],
|
|
'nodejs-canvas-partyparrot': ['svelte-functions'],
|
|
'nodejs-coffee': ['svelte-functions'],
|
|
'nodejs-hapi': ['svelte-functions'],
|
|
'nodejs-koa': ['svelte-functions'],
|
|
'nodejs-koa-ts': ['gatsby-functions'],
|
|
'nodejs-micro': ['svelte-functions'],
|
|
'nodejs-ms-graph-security-api': ['svelte-functions'],
|
|
'nodejs-pdfkit': ['svelte-functions'],
|
|
'nodejs-ts': ['gatsby-functions'],
|
|
'nuxt-static': ['nuxtjs'],
|
|
static: ['vanilla'],
|
|
typescript: ['gatsby-functions'],
|
|
'vanilla-go': ['vanilla-functions'],
|
|
'vanilla-json-api': ['svelte-functions'],
|
|
'vue-ssr': ['vue'],
|
|
};
|