mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
* Revert "Revert "[examples] Add manifest.json"" This reverts commitc65336e63b. * Revert "Revert "Do not use now-examples anymore"" This reverts commitac72e944a7. * Update nowignore * Fix join * Fix JSON * Fix header * Replace manifest.json with @now/frameworks * Adjust readmes * Adjust .nowignore * Update scully * Fix description * Update examples/create-react-app/src/App.js Co-Authored-By: Shu Ding <ds303077135@gmail.com> * Update readme * Add websites * Use https * Adjust example URL * Change order Co-authored-by: Shu Ding <ds303077135@gmail.com>
29 lines
1015 B
TypeScript
29 lines
1015 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'],
|
|
umi: ['umijs'],
|
|
'vanilla-go': ['vanilla-functions'],
|
|
'vanilla-json-api': ['svelte-functions'],
|
|
'vue-ssr': ['vue'],
|
|
};
|