Skip to content

Commit

Permalink
Update Fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Mar 22, 2024
1 parent cddfdf8 commit 6e47e1b
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,22 @@
"update": "deno run -A -r https://fresh.deno.dev/update .",
"build-workers": "deno run -A workers/_build.ts"
},
"test": {
"include": ["./lib"]
},
"test": { "include": ["./lib"] },
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
],
"exclude": ["no-window"]
}
"rules": { "tags": ["fresh", "recommended"], "exclude": ["no-window"] }
},
"exclude": [
"**/_fresh/*",
"static/",
"lib/dexie-live-query"
],
"exclude": ["**/_fresh/*", "static/", "lib/dexie-live-query"],
"imports": {
"$fresh/": "https://deno.land/x/[email protected].5/",
"preact": "https://esm.sh/[email protected].2",
"preact/": "https://esm.sh/[email protected].2/",
"@preact/signals": "https://esm.sh/*@preact/[email protected].1",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].0",
"$fresh/": "https://deno.land/x/[email protected].7/",
"preact": "https://esm.sh/[email protected].6",
"preact/": "https://esm.sh/[email protected].6/",
"@preact/signals": "https://esm.sh/*@preact/[email protected].2",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].1",
"@twind/core": "https://esm.sh/@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/@twind/[email protected]/",
"@twind/preset-autoprefix": "https://esm.sh/@twind/[email protected]/",
"$std/": "https://deno.land/[email protected]/",
"mtkruto/": "https://deno.land/x/[email protected].182/",
"mtkruto/": "https://deno.land/x/[email protected].183/",
"grammy/": "https://deno.land/x/[email protected]/",
"dexie": "https://esm.sh/[email protected]",
"dexie-react-hooks": "https://esm.sh/[email protected]?alias=react:preact/compat",
Expand All @@ -49,8 +37,5 @@
"esbuild/": "https://deno.land/x/[email protected]/",
"esbuild_deno_loader/": "https://deno.land/x/[email protected]/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }
}

0 comments on commit 6e47e1b

Please sign in to comment.