deps: drop dead npm packages (reactstrap, sidebarv2, hash-link, pure-render-mixin)

None of them is imported anywhere: reactstrap 5.0.0-alpha.3 was never
adopted (react-bootstrap covers the UI), react-leaflet-sidebarv2 and
react-addons-pure-render-mixin were never used, and react-router-hash-link
only survived as a commented-out import in Index.js.
This commit is contained in:
vjrj 2026-07-18 06:02:49 +02:00
parent 6e9c3a5570
commit f51acf4d78
4 changed files with 4 additions and 149 deletions

View file

@ -7,7 +7,6 @@ import React, { Component } from 'react';
import { translate, Trans } from 'react-i18next';
import { Helmet } from 'react-helmet';
import PropTypes from 'prop-types';
// import { HashLink as Link } from 'react-router-hash-link';
// import { Link } from 'react-router-dom';
// https://www.npmjs.com/package/react-resize-detector
import ReactResizeDetector from 'react-resize-detector';