mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
chore: 补充缺少的依赖库
This commit is contained in:
parent
ca030589fb
commit
7c697c15e8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
node_modules/
|
||||
|
||||
@ -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>",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user