feat: url scraper to recipe
This commit is contained in:
11
deno.json
11
deno.json
@@ -34,25 +34,24 @@
|
||||
"drizzle-kit": "npm:drizzle-kit@^0.30.1",
|
||||
"drizzle-orm": "npm:drizzle-orm@^0.38.3",
|
||||
"fuzzysort": "npm:fuzzysort@^3.1.0",
|
||||
"playwright": "npm:playwright@^1.49.1",
|
||||
"playwright-extra": "npm:playwright-extra@^4.3.6",
|
||||
"preact": "https://esm.sh/preact@10.22.0",
|
||||
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2",
|
||||
"preact/": "https://esm.sh/preact@10.22.0/",
|
||||
"gfm": "jsr:@deno/gfm",
|
||||
"puppeteer-extra-plugin-stealth": "npm:puppeteer-extra-plugin-stealth@^2.11.2",
|
||||
"tailwindcss": "npm:tailwindcss@^3.4.17",
|
||||
"tailwindcss/": "npm:/tailwindcss@^3.4.17/",
|
||||
"tailwindcss/plugin": "npm:/tailwindcss@^3.4.17/plugin.js",
|
||||
"camelcase-css": "npm:camelcase-css",
|
||||
"tsx": "npm:tsx@^4.19.2",
|
||||
"yaml": "https://deno.land/std@0.197.0/yaml/mod.ts",
|
||||
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
|
||||
"zod": "npm:zod@^3.24.1",
|
||||
"domparser": "https://deno.land/x/deno_dom@v0.1.48/deno-dom-wasm.ts",
|
||||
"fs": "https://deno.land/std/fs/mod.ts",
|
||||
"imagemagick": "https://deno.land/x/imagemagick_deno@0.0.31/mod.ts"
|
||||
},
|
||||
"scopes": {
|
||||
"https://deno.land/x/emoji/": {
|
||||
"https://deno.land/x/my-library@1.0.0/mod.ts": "./patched/mod.ts"
|
||||
}
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact"
|
||||
|
||||
Reference in New Issue
Block a user