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

44 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-06-20 02:30:53 +00:00
earmark = "~> 1.5.0-pre1" # handle markdown
# earmark_parser = "~> 1.4.25" # parse markdown
2022-04-22 02:38:26 +00:00
# Web
# livebook = "~> 0.5.2"
2022-09-24 00:33:57 +00:00
surface = "~> 0.9.0"
2022-09-21 08:09:54 +00:00
# phoenix_live_view = "~> 0.17.11" # note: let surface specify the version
2022-09-24 00:33:57 +00:00
phoenix_live_dashboard = "~> 0.7.0"
2022-04-22 02:38:26 +00:00
plug_cowboy = "~> 2.5.2"
2022-08-19 20:23:18 +00:00
gettext = "~> 0.20"
2022-04-22 02:38:26 +00:00
# DB
2022-06-22 06:59:10 +00:00
ecto_sql = "~> 3.8"
2022-04-22 02:38:26 +00:00
flexto = "~> 0.2.3"
postgrex = ">= 0.16.2"
2021-07-03 13:04:51 +00:00
pointers_ulid = "~> 0.2.2"
pointers = "~> 0.5.1"
2022-04-22 02:38:26 +00:00
ecto_psql_extras = "~> 0.7.4"
2022-09-15 06:40:33 +00:00
# Uploads (depending on what service you use)
ex_aws_s3 = "~> 2.3"
2022-09-23 06:00:21 +00:00
# Auth
nimble_totp = "~> 0.2.0"
eqrcode = "~> 0.1.10"
2022-04-22 02:38:26 +00:00
# Misc
2022-05-03 06:02:16 +00:00
httpoison = "~> 1.8"
2022-09-15 06:40:33 +00:00
jason = "~> 1.4.0"
2022-09-26 22:49:20 +00:00
poison = "~> 4.0" # not our preferred one, but some libs use it
2022-04-22 02:38:26 +00:00
telemetry = "~> 1.1.0"
telemetry_metrics = "~> 0.6.1"
telemetry_poller = "~> 1.0.0"
2022-09-15 06:40:33 +00:00
mime = "~> 2.0.3"
2022-04-22 02:38:26 +00:00
# Testing
2022-08-19 20:23:18 +00:00
floki = "~> 0.33"
2022-09-02 02:52:34 +00:00
# untangle = "~> 0.1"
2021-07-03 13:04:51 +00:00
# Data Schemas
# bonfire_data_access_control = "~> 0.1"
# bonfire_data_activity_pub = "~> 0.1"
# bonfire_data_identity = "~> 0.1"
# bonfire_data_social = "~> 0.1"
2022-04-22 02:38:26 +00:00
# Testing a UI component library
# surface_catalogue = "~> 0.1.0"
# API
2022-09-23 06:00:21 +00:00
absinthe = "~> 1.7.0"
# Language detection
text = "~> 0.2.0"
text_corpus_udhr = "~> 0.1.0"