-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps-deno.ts
38 lines (28 loc) · 1.17 KB
/
deps-deno.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export { join, dirname, basename } from 'https://deno.land/std@0.197.0/path/mod.ts'
export { iterateReader as iter } from 'https://deno.land/std@0.153.0/streams/conversion.ts'
export {
setColorEnabled,
reset,
bold,
blue,
green,
yellow,
italic,
red,
gray,
rgb24 as color,
bgRgb24 as background
} from 'https://deno.land/std@0.197.0/fmt/colors.ts'
export { globToRegExp } from 'https://deno.land/std@0.197.0/path/glob.ts'
export {
compile,
preprocess
} from 'npm:svelte@4.2.0/compiler'
export { faker } from 'https://raw.githubusercontent.com/jackfiszr/deno-faker/v1.0.3/mod.ts'
export { parse } from 'https://deno.land/std@0.197.0/flags/mod.ts'
export { build, transform, context as esbContext } from 'https://deno.land/x/esbuild@v0.19.1/mod.js'
export { default as WindiForms } from 'https://cdn.skypack.dev/windicss@3.5.6/plugin/forms'
export { default as WindiProcessor } from 'https://esm.sh/windicss@3.5.6'
export { HTMLParser, CSSParser } from 'https://esm.sh/windicss@3.5.6/utils/parser' // ClassParser
export { default as Ajv } from 'https://esm.sh/ajv@8.11.0'
export { default as ajvStandaloneCode } from 'https://esm.sh/ajv@8.11.0/dist/standalone'