blog/deno.jsonc

39 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-06-27 04:22:58 +00:00
{
"imports": {
"@std/io": "jsr:@std/io@^0.224.2",
"asciidoctor": "https://esm.sh/asciidoctor@^3.0.4",
"chokidar": "npm:chokidar@^3.6.0",
"cssnano": "npm:cssnano@^7.0.2",
"glob": "npm:glob@^10.4.2",
"luxon": "npm:luxon@^3.4.4",
"postcss": "npm:postcss@^8.4.38",
"postcss-import": "npm:postcss-import@^16.1.0",
"postcss-nesting": "npm:postcss-nesting@^12.1.5",
"preact": "npm:preact@^10.22.0",
"preact-render-to-string": "npm:preact-render-to-string@^6.5.5",
"rehype": "npm:rehype@^13.0.1",
"rehype-external-links": "npm:rehype-external-links@^3.0.0",
"rehype-parse": "npm:rehype-parse@^9.0.0",
"rehype-preset-minify": "npm:rehype-preset-minify@^7.0.0",
"rehype-prism": "npm:@mapbox/rehype-prism@^0.9.0",
"rehype-stringify": "npm:rehype-stringify@^10.0.0",
"rxjs": "npm:rxjs@^7.8.1",
"tmp": "npm:tmp@^0.2.3",
2024-06-27 08:06:39 +00:00
"to-vfile": "https://esm.sh/to-vfile@^8.0.0",
2024-06-27 04:22:58 +00:00
"unified": "npm:unified@^11.0.4",
"unist-util-visit": "npm:unist-util-visit@^5.0.0",
2024-06-27 08:06:39 +00:00
"vfile": "https://esm.sh/vfile@^6.0.1"
2024-06-27 04:22:58 +00:00
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"fmt": {
"lineWidth": 120
},
"tasks": {
"build": "deno run -A bin/build.ts",
"watch": "deno run -A bin/watch.ts"
}
}