generated from deco-sites/start
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c70411e
commit 128d969
Showing
26 changed files
with
355 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"imports": { | ||
"site/": "./", | ||
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected].7/", | ||
"$live/": "https://denopkg.com/deco-cx/deco@1.83.4/", | ||
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected].8/", | ||
"$live/": "https://denopkg.com/deco-cx/deco@1.90.2/", | ||
"$store/": "./", | ||
"deco/": "https://denopkg.com/deco-cx/deco@1.83.4/", | ||
"apps/": "https://denopkg.com/deco-cx/apps@0.53.12/", | ||
"deco/": "https://denopkg.com/deco-cx/deco@1.90.2/", | ||
"apps/": "https://denopkg.com/deco-cx/apps@0.55.9/", | ||
"$fresh/": "https://deno.land/x/[email protected]/", | ||
"preact": "https://esm.sh/[email protected]", | ||
"preact/": "https://esm.sh/[email protected]/", | ||
|
@@ -18,7 +18,32 @@ | |
"typography": "npm:@tailwindcss/[email protected]", | ||
"motion": "https://esm.sh/[email protected]", | ||
"partytown/": "https://deno.land/x/[email protected]/", | ||
"@floating-ui/react": "https://esm.sh/@floating-ui/[email protected]?external=preact/compat,tabbable,@floating-ui/react-dom,react,react-dom" | ||
"@floating-ui/react": "https://esm.sh/@floating-ui/[email protected]?external=preact/compat,tabbable,@floating-ui/react-dom,react,react-dom", | ||
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", | ||
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2", | ||
"@deco/durable": "jsr:@deco/durable@^0.5.3", | ||
"@deco/warp": "jsr:@deco/warp@^0.3.4", | ||
"@hono/hono": "jsr:@hono/hono@^4.5.4", | ||
"@std/assert": "jsr:@std/assert@^1.0.2", | ||
"@std/async": "jsr:@std/async@^0.224.1", | ||
"@std/cli": "jsr:@std/cli@^1.0.3", | ||
"@std/crypto": "jsr:@std/[email protected]", | ||
"@std/datetime": "jsr:@std/datetime@^0.224.0", | ||
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1", | ||
"@std/flags": "jsr:@std/flags@^0.224.0", | ||
"@std/fmt": "jsr:@std/fmt@^0.225.3", | ||
"@std/fs": "jsr:@std/fs@^0.229.1", | ||
"@std/http": "jsr:@std/http@^1.0.0", | ||
"@std/io": "jsr:@std/io@^0.224.4", | ||
"@std/log": "jsr:@std/log@^0.224.5", | ||
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", | ||
"@std/path": "jsr:@std/path@^0.225.2", | ||
"@std/semver": "jsr:@std/semver@^0.224.3", | ||
"@std/streams": "jsr:@std/streams@^1.0.0", | ||
"@std/testing": "jsr:@std/testing@^1.0.0", | ||
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", | ||
"fast-json-patch": "npm:fast-json-patch@^3.1.1", | ||
"simple-git": "npm:simple-git@^3.25.0" | ||
}, | ||
"tasks": { | ||
"start": "deno task bundle && deno run -A --env --config=deno.json https://deco.cx/run --build-cmd 'deno task build' -- deno task dev", | ||
|
Oops, something went wrong.