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

@ -15,16 +15,18 @@
"hexo-theme-butterfly"
],
"repository": {
"type" : "git",
"url" : "https://github.com/jerryc127/hexo-theme-butterfly.git"
"type": "git",
"url": "https://github.com/jerryc127/hexo-theme-butterfly.git"
},
"bugs": {
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
"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>",