bonfire-app/flavours/cooperation/config/deps.hex
Mayel de Borniol b59d146cab add Rauversion
2022-09-27 11:49:20 +13:00

44 lines
1.1 KiB
Plaintext

earmark = "~> 1.5.0-pre1" # handle markdown
# earmark_parser = "~> 1.4.25" # parse markdown
# Web
# livebook = "~> 0.5.2"
surface = "~> 0.9.0"
# phoenix_live_view = "~> 0.17.11" # note: let surface specify the version
phoenix_live_dashboard = "~> 0.7.0"
plug_cowboy = "~> 2.5.2"
gettext = "~> 0.20"
# DB
ecto_sql = "~> 3.8"
flexto = "~> 0.2.3"
postgrex = ">= 0.16.2"
pointers_ulid = "~> 0.2.2"
pointers = "~> 0.5.1"
ecto_psql_extras = "~> 0.7.4"
# Uploads (depending on what service you use)
ex_aws_s3 = "~> 2.3"
# Auth
nimble_totp = "~> 0.2.0"
eqrcode = "~> 0.1.10"
# Misc
httpoison = "~> 1.8"
jason = "~> 1.4.0"
poison = "~> 4.0" # not our preferred one, but some libs use it
telemetry = "~> 1.1.0"
telemetry_metrics = "~> 0.6.1"
telemetry_poller = "~> 1.0.0"
mime = "~> 2.0.3"
# Testing
floki = "~> 0.33"
# untangle = "~> 0.1"
# Data Schemas
# bonfire_data_access_control = "~> 0.1"
# bonfire_data_activity_pub = "~> 0.1"
# bonfire_data_identity = "~> 0.1"
# bonfire_data_social = "~> 0.1"
# Testing a UI component library
# surface_catalogue = "~> 0.1.0"
# API
absinthe = "~> 1.7.0"
# Language detection
text = "~> 0.2.0"
text_corpus_udhr = "~> 0.1.0"