dreamland/deps.ts
2022-10-12 20:40:03 +02:00

28 lines
No EOL
803 B
TypeScript

import "https://deno.land/std@0.155.0/dotenv/load.ts"
export * as pogo from "https://deno.land/x/pogo@v0.5.2/main.ts"
export * as validatte from "https://deno.land/x/validatte@v0.1.1/mod.ts"
export {
join,
normalize,
relative,
} from "https://deno.land/std@0.135.0/path/mod.ts";
export { download } from "https://deno.land/x/download@v1.0.1/mod.ts";
export {
ensureFile,
ensureFileSync,
ensureDirSync,
} from "https://deno.land/std@0.135.0/fs/mod.ts";
export { default as serve } from "https://deno.land/x/static_files@1.1.6/mod.ts";
export { S3, S3Bucket } from "https://deno.land/x/s3@0.5.0/mod.ts"
export { wait } from "https://deno.land/x/wait/mod.ts";
// NPM Modules
export * as supabase from "npm:@supabase/supabase-js"
export { default as pika } from "npm:pika-id"