forked from muni-town/linksapp-fresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.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/fresh@1.2.0/",
"preact": "https://esm.sh/preact@10.15.1",
"preact/": "https://esm.sh/preact@10.15.1/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0",
"@preact/signals": "https://esm.sh/*@preact/signals@1.1.3",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3",
"twind": "https://esm.sh/twind@0.16.19",
"twind/": "https://esm.sh/twind@0.16.19/",
"rss/": "https://deno.land/x/rss@0.5.6/",
"unescape": "https://deno.land/x/html_escape@v1.1.5/unescape.ts",
"preact-feather": "https://cdn.skypack.dev/preact-feather@4.2.1",
"marked": "https://cdn.skypack.dev/marked@4.1.1",
"ammonia": "https://deno.land/x/ammonia@0.3.1/mod.ts",
"@twind/typography": "https://cdn.skypack.dev/@twind/typography"
}
}