class ViteRuby::CLI::Install

def js_dependencies

Internal: The JS packages that should be added to the app.
def js_dependencies
  [
    "vite@#{ViteRuby::DEFAULT_VITE_VERSION}",
    "vite-plugin-ruby@#{ViteRuby::DEFAULT_PLUGIN_VERSION}",
  ]
end