DenReg/registry/src/deps.ts

34 lines
1.3 KiB
TypeScript

export * as S3 from "https://deno.land/x/s3@0.2.0/mod.ts";
export * as Ini from "https://deno.hibas123.de/raw/ini@0.0.1/mod.ts";
export * as ABC from "https://deno.land/x/abc@v1/mod.ts";
export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts";
export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts";
export * as Path from "https://deno.land/std@0.69.0/path/mod.ts";
export * as FS from "https://deno.land/std@0.69.0/fs/mod.ts";
export * as Base64 from "https://deno.land/std@0.69.0/encoding/base64.ts";
export * as Hash from "https://deno.land/std@0.69.0/hash/mod.ts";
export * as Colors from "https://deno.land/std@0.69.0/fmt/colors.ts";
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
export { default as Prism } from "https://cdn.skypack.dev/prismjs";
// export { Marked } from "https://deno.land/x/markdown/mod.ts";
export { Marked } from "../../markdown/mod.ts";
import DS from "https://raw.githubusercontent.com/hibas123/dndb/master/mod.ts";
/// <reference path="./types/jsx.d.ts" />
export { React, jsx, Fragment } from "../../jsx-html/mod.ts";
// export {
// React,
// jsx,
// Fragment,
// } from "https://raw.githubusercontent.com/apiel/jsx-html/master/mod.ts";
export const Datastore = DS;