Skip to content

Commit

Permalink
style: deno.json sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Mar 5, 2024
1 parent 556a6e5 commit 76ac45c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,33 @@
"@headlessui/react": "https://esm.sh/v135/*@headlessui/react@1.7.17",
"@preact/signals-core": "https://esm.sh/v135/@preact/signals-core@1.5.1",
"@preact/signals": "https://esm.sh/v135/*@preact/signals@1.2.2",
"preact": "https://esm.sh/v135/preact@10.19.5",
"preact/": "https://esm.sh/v135/preact@10.19.5/",
"preact": "https://esm.sh/v135/preact@10.19.6",
"preact/": "https://esm.sh/v135/preact@10.19.6/",
"@headlessui/tailwindcss": "npm:@headlessui/tailwindcss@0.2.0",
"@mdx-js/mdx": "npm:@mdx-js/mdx@3.0.1",
"@tailwindcss/forms": "npm:@tailwindcss/forms@0.5.7",
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10",
"rehype-mathjax": "npm:rehype-mathjax@6.0.0",
"remark-frontmatter": "npm:remark-frontmatter@5.0.0",
"remark-math": "npm:remark-math@6.0.0",
"remark-mdx-frontmatter": "npm:remark-mdx-frontmatter@4.0.0",
"remark-preset-lint-consistent": "npm:remark-preset-lint-consistent@5.1.2",
"remark-preset-lint-recommended": "npm:remark-preset-lint-recommended@6.1.3",
"@tailwindcss/forms": "npm:@tailwindcss/forms@0.5.7",
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10",
"tailwindcss": "npm:tailwindcss@3.4.1",
"tailwindcss/plugin": "npm:tailwindcss@3.4.1/plugin.js",
"vfile": "npm:vfile@6.0.1",
"unified": "npm:unified@11.0.4",
"vfile-matter": "npm:vfile-matter@5.0.0",
"vfile-reporter": "npm:vfile-reporter@8.1.0",
"unified": "npm:unified@11.0.4"
"vfile": "npm:vfile@6.0.1"
},
"scopes": {
"https://esm.sh/v135/": {
"@preact/signals-react": "https://esm.sh/v135/*@preact/signals@1.2.2",
"client-only": "https://esm.sh/v135/client-only@0.0.1",
"react-dom": "https://esm.sh/v135/preact@10.19.5/compat",
"react": "https://esm.sh/v135/preact@10.19.5/compat"
"react-dom": "https://esm.sh/v135/preact@10.19.6/compat",
"react": "https://esm.sh/v135/preact@10.19.6/compat",
"react/jsx-runtime": "https://esm.sh/v135/preact@10.19.6/jsx-runtime",
"react-dom/test-utils": "https://esm.sh/v135/preact@10.19.6/test-utils"
}
},
"compilerOptions": {
Expand Down

0 comments on commit 76ac45c

Please sign in to comment.