-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
34 lines (34 loc) · 1.71 KB
/
deno.json
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
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts",
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"$fresh/": "https://deno.land/x/[email protected]/",
"std/": "https://deno.land/[email protected]/",
"postgres": "https://deno.land/x/[email protected]/mod.ts",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"preact-markdown": "https://esm.sh/[email protected]?alias=react:preact/compat",
"remark-directive": "https://esm.sh/[email protected]",
"remark-directive-rehype": "https://esm.sh/[email protected]",
"remark-gfm": "https://esm.sh/[email protected]",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"twind-preset-tailwind": "https://esm.sh/@twind/[email protected]",
"twind-preset-typography": "https://esm.sh/@twind/[email protected]",
"photoswipe": "https://esm.sh/[email protected]",
"photoswipe/": "https://esm.sh/[email protected]/",
"d3": "https://esm.sh/[email protected]",
"ol/": "https://cdn.skypack.dev/[email protected]/",
"computed-types": "https://denoporter.sirjosh.workers.dev/v1/deno.land/x/[email protected]/src/index.ts",
"preactify-markdown/": "https://raw.githubusercontent.com/Tims777/preactify-markdown/0.3.1/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*"]
}