{ "imports": { "@nolebase/markdown-it-bi-directional-links": "npm:@nolebase/markdown-it-bi-directional-links@^2.18.0", "accessibility-checker": "npm:accessibility-checker@^4.0.6", "lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@79f08f0d4911c0ce065f7277dfa17792634deb53/", "markdown-it-obsidian-callouts": "https://deno.land/x/markdown_it_obsidian_callouts_lite@0.4.1/src/index.ts", "html-validate": "npm:html-validate@9.7.1", "lume_markdown_plugins/": "https://deno.land/x/lume_markdown_plugins@v0.8.0/", "sharp": "npm:sharp@0.34.3", "lume/jsx-runtime": "https://deno.land/x/ssx@v0.1.10/jsx-runtime.ts" }, "tasks": { "lume": "echo \"import 'lume/cli.ts'\" | deno run --env-file=.env.dev --unstable-ffi --unstable-detect-cjs -A -", "prod": "echo \"import 'lume/cli.ts'\" | deno run --env-file=.env.prod -A -", "build": "deno task lume", "serve": "deno task lume -s ", "fmt": "deno task dprint fmt", "fmt:check": "deno task dprint check", "dprint": "deno run -A npm:dprint" }, "compilerOptions": { "types": ["lume/types.ts"], "jsx": "react-jsx", "jsxImportSource": "lume" }, "nodeModulesDir": "auto", "fmt": { "useTabs": false, "lineWidth": 100, "proseWrap": "always", "indentWidth": 2, "semiColons": true, "singleQuote": false, "exclude": [ "scripts/*/src/", "src/static/icons/*.css", "src/static/styles.css" ] }, "unstable": ["temporal", "fmt-component"], "lint": { "plugins": [ "https://cdn.jsdelivr.net/gh/lumeland/lume@79f08f0d4911c0ce065f7277dfa17792634deb53/lint.ts" ] } }