-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.ts
More file actions
11 lines (10 loc) · 728 Bytes
/
deps.ts
File metadata and controls
11 lines (10 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
export { ensureFile } from 'https://deno.land/std@0.195.0/fs/ensure_file.ts'
export * as path from 'https://deno.land/std@0.195.0/path/mod.ts'
export * as Base64 from 'https://deno.land/std@0.195.0/encoding/base64.ts'
// TODO move to next WebUI release
export * as ChartJs from 'https://cdn.skypack.dev/chart.js@3.7?dts'
export * as esbuild from 'https://deno.land/x/esbuild@v0.18.15/mod.js'
export { default as httpFetch } from 'https://deno.land/x/esbuild_plugin_http_fetch@v1.0.3/index.js'
export { WebUI } from 'https://raw.githubusercontent.com/webui-dev/deno-webui/3ba9bbc9ffd9de870a12b946a7515fa7ede7d38e/mod.ts'
import ensureVersion from 'https://deno.land/x/ensure_version@1.3.0/mod.ts'
ensureVersion('>=1.30', false)