diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2eea91cf..99402b17 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -5,6 +5,7 @@ import styles from "@/styles/Home.module.css"; import dynamic from "next/dynamic"; import Link from "next/link"; import { Analytics } from "@vercel/analytics/react"; +import pkg from "../../package.json"; const PickerDemo = dynamic(() => import("../components/PickerDemo"), { ssr: false, @@ -41,6 +42,9 @@ export default function Home() { Brought to you with ❤️ by{" "} ealush.

+

+ Picker Version: {pkg.dependencies["emoji-picker-react"].slice(1)} +

More of my work: