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

33 lines
802 B
Plaintext

earmark = "~> 1.4.28" # handle markdown
earmark_parser = "~> 1.4" # parse markdown
# Web
# livebook = "~> 0.7.2"
surface = "~> 0.9.0"
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"
# Misc
httpoison = "~> 1.8"
jason = "~> 1.4.0"
telemetry = "~> 1.1.0"
telemetry_metrics = "~> 0.6.1"
telemetry_poller = "~> 1.0.0"
# 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"