Skip to content

Commit

Permalink
Merge pull request #13 from Stan370/dev1
Browse files Browse the repository at this point in the history
go#
  • Loading branch information
Stan370 authored Dec 7, 2023
2 parents aaa2883 + b117ad2 commit f9bd88f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"name": "Stan-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "6.1.0"
},
"dependencies": {
"hexo": "^7.0.0"
"hexo": "^6.0.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^0.0.3"
}
}

0 comments on commit f9bd88f

Please sign in to comment.