From 17a2f385a5e391a7ac8eff8bd12166b7607dfbb1 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 21 Jul 2024 13:57:18 +0800 Subject: [PATCH] feat: add hexo-theme-cards, @fancyapps/fancybox (#223) [skip ci] ## Summary by CodeRabbit - **New Features** - Introduced new dependencies to enhance the Hexo static site generator, including the `hexo-theme-cards` theme for improved styling and `@fancyapps/fancybox` for additional functionality. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index f2367a6..3ace06b 100644 --- a/package.json +++ b/package.json @@ -253,6 +253,9 @@ "papaparse": { "version": "*" }, + "hexo-theme-cards": { + "version": "*" + }, "hexo-theme-redefine": { "version": "*" }, @@ -556,6 +559,9 @@ "@fal-works/esbuild-plugin-global-externals": { "version": "*" }, + "@fancyapps/fancybox": { + "version": "*" + }, "@fancyapps/ui": { "version": "*" },