-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
T202410464992703
authored and
T202410464992703
committed
Nov 11, 2024
1 parent
d38e709
commit 2210d53
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "hexo-site", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"build": "hexo generate", | ||
"clean": "hexo clean", | ||
"deploy": "hexo deploy", | ||
"server": "hexo server" | ||
}, | ||
"hexo": { | ||
"version": "4.2.1" | ||
}, | ||
"dependencies": { | ||
"hexo": "^4.2.1", | ||
"hexo-asset-image": "^1.0.0", | ||
"hexo-cli": "^3.1.0", | ||
"hexo-deployer-git": "^2.1.0", | ||
"hexo-generator-archive": "^1.0.0", | ||
"hexo-generator-category": "^1.0.0", | ||
"hexo-generator-index": "^1.0.0", | ||
"hexo-generator-tag": "^1.0.0", | ||
"hexo-renderer-ejs": "^1.0.0", | ||
"hexo-renderer-marked": "^2.0.0", | ||
"hexo-renderer-stylus": "^1.1.0", | ||
"hexo-server": "^1.0.0" | ||
} | ||
} |