bonfire-app/flavours/classic/config/deps.hex

36 lines
824 B
Plaintext
Raw Normal View History

2020-09-14 11:03:27 +00:00
# web
2020-11-14 16:05:58 +00:00
phoenix_live_view = "~> 0.14"
2020-09-14 11:03:27 +00:00
phoenix_html = "~> 2.11"
2021-06-09 11:42:40 +00:00
phoenix_live_dashboard = "~> 0.4"
2020-11-14 16:05:58 +00:00
plug_cowboy = "~> 2.0"
phoenix = "~> 1.5.3"
phoenix_ecto = "~> 4.1"
2021-06-09 11:42:40 +00:00
gettext = "~> 0.18"
2020-09-14 11:03:27 +00:00
jason = "~> 1.0"
2020-12-12 15:02:37 +00:00
# poison = "~> 4.0"
2020-09-14 11:03:27 +00:00
# db
ecto_sql = "~> 3.4"
2021-02-11 09:27:30 +00:00
flexto = "~> 0.2.2"
2020-09-14 11:03:27 +00:00
postgrex = ">= 0.0.0"
2021-08-31 12:59:34 +00:00
oban = "~> 2.8.0" # job queueing
2021-03-14 17:52:37 +00:00
pointers_ulid = "~> 0.2.2"
2020-09-14 11:03:27 +00:00
pointers = "~> 0.5.1"
# email
bamboo = "~> 1.5"
bamboo_smtp = "~> 3.0.0"
# misc
recase = "~> 0.5" # string recasing
faker = "~> 0.14" # fake data generation
telemetry_metrics = "~> 0.4"
telemetry_poller = "~> 0.4"
2021-07-27 07:31:58 +00:00
sentry = "~> 8.0"
2020-11-14 16:05:58 +00:00
ok = "~> 2.3.0"
# Data Schemas
2020-11-28 11:12:32 +00:00
# bonfire_data_access_control = "~> 0.1"
2020-11-28 14:18:03 +00:00
# bonfire_data_activity_pub = "~> 0.1"
2020-11-28 11:12:32 +00:00
# bonfire_data_identity = "~> 0.1"
# bonfire_data_social = "~> 0.1"
2021-04-27 10:26:40 +00:00
# UI
2021-05-13 21:56:55 +00:00
surface= "~> 0.4"
2021-04-27 10:26:40 +00:00
# Testing a component library for liveview