Skip to content

Instantly share code, notes, and snippets.

@Allyedge
Created March 5, 2023 14:01
Show Gist options
  • Save Allyedge/6f64867d506874a0523c72f2f50d4faa to your computer and use it in GitHub Desktop.
Save Allyedge/6f64867d506874a0523c72f2f50d4faa to your computer and use it in GitHub Desktop.
defp deps do
[
{:phoenix, "~> 1.7.1"},
{:phoenix_html, "~> 3.3"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.18.16"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.7.2"},
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
{:finch, "~> 0.13"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:httpoison, "~> 2.0"}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment