-
Notifications
You must be signed in to change notification settings - Fork 3
/
deps.hex
36 lines (36 loc) · 1.07 KB
/
deps.hex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
arrows = "~> 0.2"
untangle = "~> 0.3"
iconify_ex = "~> 0.6"
jason = "~> 1.4.0" # json parsing
# phoenix framework:
surface = "~> 0.12.0"
surface_form_helpers = "~> 0.2.0"
# phoenix = "~> 1.7.0" # usually should let surface decide the version
# phoenix_live_view = "~> 0.20.0" # usually should let surface decide the version
# phoenix_html = "~> 3.3.0" # usually should let liveview decide the version
# phoenix_live_dashboard = "~> 0.2"
phoenix_view = "~> 2.0"
other:
plug_attack = "~> 0.4.2"
remote_ip = "~> 1.1"
plug_cowboy = "~> 2.6"
faker = "~> 0.17.0" # fake data generation, mostly for tests
# phoenix_gon = "~> 0.4.0" # for JS config keys
#makedown = "~> 0.1.0"
makeup_elixir = "0.16.2"
makeup_eex = "~> 0.1.1"
makeup_html = "~> 0.1.0"
makeup_js = "~> 0.1.0"
makeup_json = "~> 0.1.0"
makeup_diff = "~> 0.1.0"
makeup_sql = "~> 0.1.0"
makeup_graphql = "~> 0.1.2"
makeup_erlang = "~> 1.0.1"
solid = "~> 0.13"
live_select = "~> 1.4.2"
#plug_static_index_html = "~> 1.0"
chameleon= "~> 2.5"
phoenix_live_favicon= "~> 0.2.0"
phoenix_seo = "~> 0.1.8"
plug_early_hints = "~> 0.1.0"
oban = "~> 2.17"