chore: 补充缺少的依赖库

This commit is contained in:
gzy
2025-04-30 16:56:46 +08:00
parent ca030589fb
commit 7c697c15e8
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.DS_Store
.DS_Store
node_modules/

View File

@@ -23,8 +23,10 @@
"email": "my@crazywong.com"
},
"dependencies": {
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-renderer-pug": "^3.0.0"
"hexo-util": "^3.3.0",
"moment-timezone": "^0.5.48"
},
"homepage": "https://butterfly.js.org/",
"author": "Jerry <my@crazywong.com>",