add bootstrap-icons package

This commit is contained in:
Yee Jia Wei 2023-12-16 22:08:52 +08:00
parent f8ad08f5ed
commit ae87b5698e
3 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,7 @@
"@types/react-dom": "18.2.7",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
"bootstrap-icons": "^1.11.2",
"colorthief": "^2.4.0",
"crypto-js": "^4.2.0",
"csstype": "^3.1.2",

View File

@ -1,5 +1,6 @@
import React from "react";
import "@/styles/globals.css";
import 'bootstrap-icons/font/bootstrap-icons.css';
import { SessionProvider } from "next-auth/react";
import type { AppProps } from "next/app";
import Head from "next/head";

View File

@ -1979,6 +1979,11 @@ bl@^4.0.3:
inherits "^2.0.4"
readable-stream "^3.4.0"
bootstrap-icons@^1.11.2:
version "1.11.2"
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz#e1c75daec154e25958db04c4eb3cbda6041e7118"
integrity sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==
bowser@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f"