|
@@ -33,16 +33,16 @@ defmodule Vaccins.MixProject do
|
|
|
# Type `mix help deps` for examples and options.
|
|
# Type `mix help deps` for examples and options.
|
|
|
defp deps do
|
|
defp deps do
|
|
|
[
|
|
[
|
|
|
- {:phoenix, "~> 1.5.3"},
|
|
|
|
|
- {:phoenix_live_view, "~> 0.13.0"},
|
|
|
|
|
- {:phoenix_html, "~> 2.11"},
|
|
|
|
|
- {:phoenix_live_reload, "~> 1.2", only: :dev},
|
|
|
|
|
- {:phoenix_live_dashboard, "~> 0.2.0"},
|
|
|
|
|
- {:telemetry_metrics, "~> 0.4"},
|
|
|
|
|
- {:telemetry_poller, "~> 0.4"},
|
|
|
|
|
- {:gettext, "~> 0.11"},
|
|
|
|
|
- {:jason, "~> 1.0"},
|
|
|
|
|
- {:plug_cowboy, "~> 2.0"},
|
|
|
|
|
|
|
+ {:phoenix, "> 1.5.3"},
|
|
|
|
|
+ {:phoenix_live_view, "> 0.13.0"},
|
|
|
|
|
+ {:phoenix_html, "> 2.11.0"},
|
|
|
|
|
+ {:phoenix_live_reload, "> 1.2.0", only: :dev},
|
|
|
|
|
+ {:phoenix_live_dashboard, "> 0.2.0"},
|
|
|
|
|
+ {:telemetry_metrics, "> 0.4.0"},
|
|
|
|
|
+ {:telemetry_poller, "> 0.4.0"},
|
|
|
|
|
+ {:gettext, "> 0.11.0"},
|
|
|
|
|
+ {:jason, "> 1.0.0"},
|
|
|
|
|
+ {:plug_cowboy, "> 2.0.0"},
|
|
|
{:floki, "~> 0.30.0"},
|
|
{:floki, "~> 0.30.0"},
|
|
|
{:finch, "~> 0.6"},
|
|
{:finch, "~> 0.6"},
|
|
|
{:ex2ms, "~> 1.0"},
|
|
{:ex2ms, "~> 1.0"},
|