grover
This commit is contained in:
6
mix.exs
6
mix.exs
@ -41,7 +41,7 @@ defmodule SomethingErlang.MixProject do
|
||||
{:phoenix_html, "~> 3.0"},
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:phoenix_live_view, "~> 0.17.5"},
|
||||
{:floki, ">= 0.30.0", only: :test},
|
||||
{:floki, ">= 0.30.0"},
|
||||
{:phoenix_live_dashboard, "~> 0.6"},
|
||||
{:esbuild, "~> 0.4", runtime: Mix.env() == :dev},
|
||||
{:swoosh, "~> 1.3"},
|
||||
@ -50,7 +50,9 @@ defmodule SomethingErlang.MixProject do
|
||||
{:gettext, "~> 0.18"},
|
||||
{:jason, "~> 1.2"},
|
||||
{:plug_cowboy, "~> 2.5"},
|
||||
{:tailwind, "~> 0.1", runtime: Mix.env() == :dev}
|
||||
{:tailwind, "~> 0.1", runtime: Mix.env() == :dev},
|
||||
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
|
||||
{:awful_api, path: "../awful_api"}
|
||||
]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user