2023-08-01 17:23:19 -04:00
|
|
|
{
|
2023-08-13 11:00:48 -04:00
|
|
|
"imports": {
|
2024-05-04 11:34:12 -04:00
|
|
|
|
|
|
|
"react": "https://esm.sh/preact@10.20.2/compat",
|
|
|
|
"react-original": "https://esm.sh/preact@10.20.2/compat",
|
2024-05-05 16:03:00 -04:00
|
|
|
"react-original/": "https://esm.sh/preact@10.20.2/compat/",
|
2024-05-04 11:34:12 -04:00
|
|
|
"react/": "https://esm.sh/preact@10.20.2/compat/",
|
|
|
|
"@preact/signals": "https://esm.sh/@preact/signals@1.2.3?deps=preact@10.20.2",
|
2024-05-06 06:24:50 -04:00
|
|
|
"signals-original": "https://esm.sh/@preact/signals@1.2.3?deps=preact@10.20.2",
|
2024-05-14 10:40:52 -04:00
|
|
|
"@twind/": "https://esm.sh/v126/@twind/",
|
2024-05-04 11:34:12 -04:00
|
|
|
|
2024-05-05 16:03:00 -04:00
|
|
|
">other/": "https://esm.sh/",
|
2024-05-04 08:12:06 -04:00
|
|
|
">able/": "./",
|
2023-10-12 22:47:45 -04:00
|
|
|
">able/app.tsx": "./app.tsx"
|
2023-08-13 11:00:48 -04:00
|
|
|
},
|
2023-08-28 22:16:56 -04:00
|
|
|
"tasks": {
|
2024-05-04 08:12:06 -04:00
|
|
|
"check": "deno run -A --no-lock ./cli.tsx check",
|
|
|
|
"local": "deno run -A --no-lock ./cli.tsx local",
|
|
|
|
"debug": "deno run -A --no-lock ./cli.tsx debug",
|
|
|
|
"serve": "deno run -A --no-lock ./cli.tsx serve",
|
|
|
|
"cloud": "deno run -A --no-lock ./cli.tsx cloud",
|
|
|
|
"install": "deno install -A -r -f -n able ./cli.tsx"
|
2023-08-28 22:16:56 -04:00
|
|
|
},
|
2023-08-13 11:00:48 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
2024-05-14 10:40:52 -04:00
|
|
|
"jsxImportSource": "react",
|
2024-05-06 06:24:50 -04:00
|
|
|
"lib": ["deno.window", "dom", "dom.iterable", "dom.asynciterable"]
|
2023-08-13 11:00:48 -04:00
|
|
|
}
|
2023-08-01 17:23:19 -04:00
|
|
|
}
|