2023-06-07 17:09:40 -04:00
|
|
|
{
|
2023-06-07 23:35:00 -04:00
|
|
|
"compilerOptions": { "lib": ["deno.window", "dom"],
|
|
|
|
"jsx": "react-jsx",
|
2023-06-15 17:13:51 -04:00
|
|
|
"jsxImportSource": "https://esm.sh/preact@10.15.1/compat"
|
2023-06-07 23:35:00 -04:00
|
|
|
},
|
2023-06-07 17:09:40 -04:00
|
|
|
"imports":
|
|
|
|
{
|
2023-06-07 23:35:00 -04:00
|
|
|
"react":"https://esm.sh/preact@10.15.1/compat",
|
2023-06-08 23:19:03 -04:00
|
|
|
"react-original":"https://esm.sh/preact@10.15.1/compat",
|
2023-07-29 13:57:44 -04:00
|
|
|
">able/": "https://gitea.hptrow.me/SethTrowbridge/able-baker/raw/branch/master/"
|
2023-06-15 17:13:51 -04:00
|
|
|
},
|
|
|
|
"tasks":
|
|
|
|
{
|
2023-07-16 21:29:50 -04:00
|
|
|
"local": "deno run -A --no-lock ./run-local.tsx --port=1234",
|
2023-07-29 17:13:49 -04:00
|
|
|
"serve": "deno run -A --no-lock ./run-serve.tsx --port=1234",
|
|
|
|
"debug": "deno run -A --inspect-wait --no-lock ./run-serve.tsx --port=1234"
|
2023-06-07 17:09:40 -04:00
|
|
|
}
|
|
|
|
}
|