22 lines
582 B
JSON
22 lines
582 B
JSON
{
|
|
"tasks": {
|
|
"serve": "deno run --allow-env --allow-read --allow-write --allow-net --watch=./client,./script.tsx ./server.tsx"
|
|
},
|
|
"fmt": {
|
|
"singleQuote": true,
|
|
"semiColons": false,
|
|
"useTabs": true
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
},
|
|
"imports": {
|
|
"preact": "https://esm.sh/preact@10.19.3",
|
|
"preact/": "https://esm.sh/preact@10.19.3/",
|
|
"preact-render-to-string": "https://esm.sh/preact-render-to-string@6.3.1",
|
|
"vis-network": "https://esm.sh/vis-network@9.1.9",
|
|
"emit": "https://deno.land/x/emit@0.34.0/mod.ts"
|
|
}
|
|
}
|