svg preview renderer

This commit is contained in:
zack 2024-10-26 21:41:22 -04:00
parent 43a8412f06
commit faa9599849
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
29 changed files with 1027 additions and 254 deletions

View file

@ -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"},