@netlify/plugin-nextjs
Version:
Run Next.js seamlessly on Netlify
25 lines (20 loc) • 1.1 kB
text/typescript
// NOTE: This file contains a list of the third-party Deno dependencies we use.
// It acts as a seed that populates the `vendor/` directory and should not be
// imported directly.
import 'https://deno.land/std@0.175.0/http/cookie.ts'
import 'https://deno.land/std@0.175.0/node/buffer.ts'
import 'https://deno.land/std@0.175.0/node/events.ts'
import 'https://deno.land/std@0.175.0/node/async_hooks.ts'
import 'https://deno.land/std@0.175.0/node/assert.ts'
import 'https://deno.land/std@0.175.0/node/util.ts'
import 'https://deno.land/std@0.175.0/path/mod.ts'
import 'https://deno.land/x/path_to_regexp@v6.2.1/index.ts'
import 'https://deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
import 'https://v1-7-0--edge-utils.netlify.app/logger/mod.ts'
// Types
import 'https://deno.land/std@0.175.0/node/_global.d.ts'
import 'https://deno.land/std@0.175.0/node/_events.d.ts'
import 'https://deno.land/std@0.175.0/node/_stream.d.ts'
import 'https://deno.land/std@0.175.0/node/internal/buffer.d.ts'
import 'https://deno.land/std@0.175.0/types.d.ts'
import 'https://deno.land/x/htmlrewriter@v1.0.0/src/types.d.ts'