Currently it's not possible to use the UI without sprockets-rails which makes it impossible to use it in api only projects.
This PR removes "importmap-rails" "turbo-rails" "stimulus-rails" deps while keeping the same functionality (almost).
Form debounce controller has been removed as well - it should be easier to implement it in plain js and web element instead of stimulus.
Currently it's not possible to use the UI without sprockets-rails which makes it impossible to use it in api only projects. This PR removes "importmap-rails" "turbo-rails" "stimulus-rails" deps while keeping the same functionality (almost). Form debounce controller has been removed as well - it should be easier to implement it in plain js and web element instead of stimulus.