31 lines
896 B
JSON
31 lines
896 B
JSON
{
|
|
"lock": false,
|
|
"tasks": {
|
|
"start": "deno run -A --watch=static/,routes/ dev.ts",
|
|
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx"
|
|
},
|
|
"imports": {
|
|
"$fresh/": "https://deno.land/x/fresh@1.6.5/",
|
|
"preact": "https://esm.sh/preact@10.19.2",
|
|
"preact/": "https://esm.sh/preact@10.19.2/",
|
|
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
|
|
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
|
|
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1",
|
|
"twind": "https://esm.sh/twind@0.16.17",
|
|
"twind/": "https://esm.sh/twind@0.16.17/"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
},
|
|
"fmt": {
|
|
"exclude": [
|
|
"output"
|
|
],
|
|
"useTabs": false,
|
|
"lineWidth": 120,
|
|
"indentWidth": 2,
|
|
"proseWrap": "preserve"
|
|
}
|
|
}
|