Adds internationalization support in filters and origins pages by
importing the useI18n function. Expands ESLint configuration to
include new rules and plugins, ensuring improved code quality.
Introduces Grafana monitoring plugin to enhance performance
tracking capabilities in the application.
Remove unused dependencies from package.json and switch
the project’s package manager from Yarn to NPM. This
enhances compatibility with NPM-based workflows and
reduces conflicts by ensuring consistent installs through
npm ci. Additionally, update the Pinia plugin to a newer
version for better performance and functionality.