diff --git a/app/pages/About.tsx b/app/pages/About.tsx index 851641e..7f6ce53 100644 --- a/app/pages/About.tsx +++ b/app/pages/About.tsx @@ -15,7 +15,6 @@ import { AccordionPanel, AccordionTitle, } from "flowbite-react"; -import { version } from "node:os"; import Link from "next/link"; export const AboutPage = () => { diff --git a/package-lock.json b/package-lock.json index ebded87..95d906f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,6 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", - "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.1" } }, @@ -6654,19 +6653,6 @@ "url": "https://github.com/sponsors/dcastil" } }, - "node_modules/tailwind-scrollbar": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-3.1.0.tgz", - "integrity": "sha512-pmrtDIZeHyu2idTejfV59SbaJyvp1VRjYxAjZBH0jnyrPRo6HL1kD5Glz8VPagasqr6oAx6M05+Tuw429Z8jxg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.13.0" - }, - "peerDependencies": { - "tailwindcss": "3.x" - } - }, "node_modules/tailwindcss": { "version": "3.4.17", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", diff --git a/package.json b/package.json index bc3c771..3b6056f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", - "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.1" } } diff --git a/tailwind.config.js b/tailwind.config.js index e25fe12..1864db8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -15,7 +15,6 @@ module.exports = { ], plugins: [ addIconSelectors(["mdi", "material-symbols", "twemoji", "fa6-brands"]), - require("tailwind-scrollbar"), flowbiteReact ], darkMode: "selector",