93 lines
4.3 KiB
Plaintext
93 lines
4.3 KiB
Plaintext
{<<"app">>,<<"phoenix_live_dashboard">>}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|
|
{<<"description">>,<<"Real-time performance dashboard for Phoenix">>}.
|
|
{<<"elixir">>,<<"~> 1.7">>}.
|
|
{<<"files">>,
|
|
[<<"dist">>,<<"dist/css">>,<<"dist/css/app.css">>,<<"dist/js">>,
|
|
<<"dist/js/app.js.LICENSE.txt">>,<<"dist/js/app.js">>,<<"lib">>,
|
|
<<"lib/phoenix">>,<<"lib/phoenix/live_dashboard">>,
|
|
<<"lib/phoenix/live_dashboard/page_live.ex">>,
|
|
<<"lib/phoenix/live_dashboard/layout_view.ex">>,
|
|
<<"lib/phoenix/live_dashboard/system_info.ex">>,
|
|
<<"lib/phoenix/live_dashboard/logger_pubsub_backend.ex">>,
|
|
<<"lib/phoenix/live_dashboard/web.ex">>,
|
|
<<"lib/phoenix/live_dashboard/request_logger.ex">>,
|
|
<<"lib/phoenix/live_dashboard/router.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info">>,
|
|
<<"lib/phoenix/live_dashboard/info/modal_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info/app_info_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info/process_info_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info/socket_info_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info/port_info_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/info/ets_info_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components">>,
|
|
<<"lib/phoenix/live_dashboard/components/fields_card_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/row_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/columns_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/table_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/title_bar_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/usage_card_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/shared_usage_card_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/layered_graph_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/nav_bar_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/card_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/components/chart_component.ex">>,
|
|
<<"lib/phoenix/live_dashboard/page_builder.ex">>,
|
|
<<"lib/phoenix/live_dashboard/helpers.ex">>,
|
|
<<"lib/phoenix/live_dashboard/templates">>,
|
|
<<"lib/phoenix/live_dashboard/templates/layout">>,
|
|
<<"lib/phoenix/live_dashboard/templates/layout/dash.html.eex">>,
|
|
<<"lib/phoenix/live_dashboard/reingold_tilford.ex">>,
|
|
<<"lib/phoenix/live_dashboard/application.ex">>,
|
|
<<"lib/phoenix/live_dashboard/telemetry_listener.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages">>,
|
|
<<"lib/phoenix/live_dashboard/pages/ecto_stats_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/metrics_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/ets_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/request_logger_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/processes_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/applications_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/sockets_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/os_mon_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/home_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard/pages/ports_page.ex">>,
|
|
<<"lib/phoenix/live_dashboard.ex">>,<<"CHANGELOG.md">>,<<"LICENSE.md">>,
|
|
<<"mix.exs">>,<<"README.md">>]}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"links">>,
|
|
[{<<"github">>,
|
|
<<"https://github.com/phoenixframework/phoenix_live_dashboard">>}]}.
|
|
{<<"name">>,<<"phoenix_live_dashboard">>}.
|
|
{<<"requirements">>,
|
|
[[{<<"app">>,<<"mime">>},
|
|
{<<"name">>,<<"mime">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.6 or ~> 2.0">>}],
|
|
[{<<"app">>,<<"phoenix_live_view">>},
|
|
{<<"name">>,<<"phoenix_live_view">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.17.7">>}],
|
|
[{<<"app">>,<<"telemetry_metrics">>},
|
|
{<<"name">>,<<"telemetry_metrics">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.6.0">>}],
|
|
[{<<"app">>,<<"ecto_psql_extras">>},
|
|
{<<"name">>,<<"ecto_psql_extras">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.7">>}],
|
|
[{<<"app">>,<<"ecto_mysql_extras">>},
|
|
{<<"name">>,<<"ecto_mysql_extras">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.3">>}],
|
|
[{<<"app">>,<<"ecto">>},
|
|
{<<"name">>,<<"ecto">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 3.6.2 or ~> 3.7">>}]]}.
|
|
{<<"version">>,<<"0.6.5">>}.
|