svg preview renderer
This commit is contained in:
parent
43a8412f06
commit
faa9599849
29 changed files with 1027 additions and 254 deletions
7
mix.exs
7
mix.exs
|
|
@ -47,6 +47,7 @@ defmodule Zoeyscomputer.MixProject do
|
|||
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
|
||||
{:mogrify, "~> 0.9.3"},
|
||||
{:phoenix_html_helpers, "~> 1.0"},
|
||||
{:heroicons,
|
||||
github: "tailwindlabs/heroicons",
|
||||
tag: "v2.1.1",
|
||||
|
|
@ -54,6 +55,12 @@ defmodule Zoeyscomputer.MixProject do
|
|||
app: false,
|
||||
compile: false,
|
||||
depth: 1},
|
||||
{:makeup, "~> 1.1"},
|
||||
{:makeup_elixir, "~> 0.16"},
|
||||
{:makeup_erlang, "~> 0.1"},
|
||||
{:makeup_html, "~> 0.1"},
|
||||
{:makeup_js, "~> 0.1"},
|
||||
{:makeup_rust, "~> 0.3.0"},
|
||||
{:swoosh, "~> 1.5"},
|
||||
{:ex_aws, "~> 2.1"},
|
||||
{:ex_aws_s3, "~> 2.0"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue