Files
DefectingCat.github.io/package.json
DefectingCat 2385c24169 挖坑&测试
update test

更新文章
1. 测试新主题

挖坑

挖坑

update config

更新文章
1. 简易FaaS平台

更新文章
1. 修复错误

更新文章:Promise信任问题

update theme
1. 合并js

post: update notedly

fix: update faas

feature: change theme

* fix: comment

* feature: pgp

* fix: delete local file

post: update darkmode

update: update dependencies

fix: navbar in post incorrect height
* pre code adapt to dark mode

update new post useCallback

update dependencies

new post tiny router
* add static files

update vue tiny router

添加备案
* 更新依赖

add post

Add ignore file
2021-11-16 20:26:44 +08:00

50 lines
1.3 KiB
JSON

{
"name": "hexo-site",
"version": "0.0.2-0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"serve": "hexo cl && hexo s",
"dev": "hexo cl && hexo g && gulp",
"go": "hexo cl && hexo g && gulp && hexo d",
"cz": "cz",
"cl": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"hexo": {
"version": "5.4.0"
},
"dependencies": {
"babel": "^6.23.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^5.0.1",
"gulp-terser": "^2.1.0",
"hexo": "^5.4.0",
"hexo-cli": "^4.3.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-theme-volantis": "^4.3.1",
"nunjucks": "^3.2.3"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"hexo-server": "^2.0.0",
"npm-check-updates": "^11.8.5"
}
}