-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
29 lines (29 loc) · 1.11 KB
/
deno.json
File metadata and controls
29 lines (29 loc) · 1.11 KB
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
{
"tasks": {
"build": "rm -rf site && deno --allow-read=src,template,site --allow-write=site --allow-env=LOG_TOKENS,LOG_STREAM main.ts",
"format": "find . '(' -name '*.tsx' -or -name '*.ts' ')' -exec prettier --write '{}' '+'"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hastscript"
},
"imports": {
"@std/fs": "jsr:@std/fs@^1.0.17",
"@std/path": "jsr:@std/path@^1.0.9",
"hast": "npm:hast@^1.0.0",
"hast-util-from-html": "npm:hast-util-from-html@^2.0.3",
"hast-util-select": "npm:hast-util-select@^6.0.4",
"hast-util-to-string": "npm:hast-util-to-string@^3.0.1",
"hastscript": "npm:hastscript@^9.0.1",
"hastscript/jsx-runtime": "npm:hastscript@^9.0.1/jsx-runtime",
"rehype": "npm:rehype@^13.0.2",
"rehype-format": "npm:rehype-format@^5.0.1",
"rehype-stringify": "npm:rehype-stringify@^10.0.0",
"stringify-entities": "npm:stringify-entities@^4.0.4",
"to-vfile": "npm:to-vfile@^8.0.0",
"unist": "npm:unist@^0.0.1",
"unist-util-visit": "npm:unist-util-visit@^5.0.0",
"vfile": "npm:vfile@^6.0.3",
"yaml": "npm:yaml@^2.8.0"
}
}