mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-04 23:34:38 +00:00
remove unused deps
This commit is contained in:
parent
29ae447636
commit
442a046043
4 changed files with 0 additions and 17 deletions
|
@ -15,7 +15,6 @@ import {
|
|||
AccordionPanel,
|
||||
AccordionTitle,
|
||||
} from "flowbite-react";
|
||||
import { version } from "node:os";
|
||||
import Link from "next/link";
|
||||
|
||||
export const AboutPage = () => {
|
||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"postcss": "^8",
|
||||
"tailwind-scrollbar": "^3.1.0",
|
||||
"tailwindcss": "^3.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,6 @@ module.exports = {
|
|||
],
|
||||
plugins: [
|
||||
addIconSelectors(["mdi", "material-symbols", "twemoji", "fa6-brands"]),
|
||||
require("tailwind-scrollbar"),
|
||||
flowbiteReact
|
||||
],
|
||||
darkMode: "selector",
|
||||
|
|
Loading…
Add table
Reference in a new issue