mirror of https://github.com/Nofated095/blog
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "hexo generate",
|
|
"clean": "hexo clean",
|
|
"deploy": "hexo deploy",
|
|
"server": "hexo server",
|
|
"vbuild": "hexo generate && vite build"
|
|
},
|
|
"hexo": {
|
|
"version": "6.3.0"
|
|
},
|
|
"dependencies": {
|
|
"bulma-stylus": "0.8.0",
|
|
"hexo": "^6.2.0",
|
|
"hexo-component-inferno": "^2.0.3",
|
|
"hexo-deployer-git": "^4.0.0",
|
|
"hexo-generator-archive": "^2.0.0",
|
|
"hexo-generator-category": "^2.0.0",
|
|
"hexo-generator-feed": "^3.0.0",
|
|
"hexo-generator-index": "^3.0.0",
|
|
"hexo-generator-sitemap": "^3.0.1",
|
|
"hexo-generator-tag": "^2.0.0",
|
|
"hexo-log": "^4.0.1",
|
|
"hexo-pagination": "^3.0.0",
|
|
"hexo-renderer-ejs": "^2.0.0",
|
|
"hexo-renderer-inferno": "^0.1.3",
|
|
"hexo-renderer-marked": "^6.0.0",
|
|
"hexo-renderer-stylus": "^2.0.0",
|
|
"hexo-server": "^3.0.0",
|
|
"hexo-tag-aplayer": "^3.0.4",
|
|
"hexo-clean-css": "2.0.0",
|
|
"hexo-uglify": "^2.0.0",
|
|
"hexo-html-minifier": "^1.0.0",
|
|
"hexo-theme-amane": "0.0.27",
|
|
"hexo-theme-icarus": "5.2.1",
|
|
"inferno": "^8.0.1",
|
|
"inferno-create-element": "^8.0.1",
|
|
"vite": "^4.1.0"
|
|
}
|
|
}
|