gowest/import_map.json

22 lines
662 B
JSON

{
"imports": {
"@config/": "./",
"@electronic/": "./electronic/",
"@music/": "./music/",
"@robot/": "./robot/",
"@sketch/": "./sketch/",
"@translator/": "./translator/",
"@web/": "./web/",
"$std/": "https://deno.land/std@0.208.0/",
"@web/components/": "./components/",
"@web/islands/": "./islands/",
"@web/routes/": "./routes/",
"@web/static/": "./static/",
"$fresh/": "https://deno.land/x/fresh@1.6.3/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0"
}
}