forked from muni-town/linksapp-fresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
27 lines (27 loc) · 1.11 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
{
"tasks": {
"deploy": "deployctl deploy --project=linksapp main.ts",
"start": "deno run -A --watch=static/,routes/ dev.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"imports": {
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"rss/": "https://deno.land/x/[email protected]/",
"unescape": "https://deno.land/x/[email protected]/unescape.ts",
"preact-feather": "https://cdn.skypack.dev/[email protected]",
"marked": "https://cdn.skypack.dev/[email protected]",
"ammonia": "https://deno.land/x/[email protected]/mod.ts",
"@twind/typography": "https://cdn.skypack.dev/@twind/typography"
}
}