silverbullet/import_map.json

11 lines
337 B
JSON
Raw Normal View History

2022-10-03 23:36:21 +08:00
{
2022-10-04 22:33:29 +08:00
"imports": {
"@codemirror/state": "https://esm.sh/@codemirror/state",
2022-10-06 16:54:15 +08:00
"@codemirror/language": "https://esm.sh/@codemirror/language",
2022-10-06 21:14:21 +08:00
"@lezer/lr": "https://esm.sh/@lezer/lr@1.2.3",
"yaml": "https://deno.land/std@0.158.0/encoding/yaml.ts",
"$sb/": "./packages/",
"handlebars": "https://esm.sh/handlebars"
2022-10-03 23:36:21 +08:00
}
2022-10-04 22:33:29 +08:00
}