1 Star 0 Fork 4

nygula / winwin-hexo-editor

forked from 于江浩 / winwin-hexo-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
winwin_2011 提交于 2020-10-04 02:46 . version(release):v0.6.0
{
"name": "hexo-editor",
"version": "0.6.0",
"scripts": {
"stop": "pm2 stop hexoeditor",
"restart": "pm2 restart hexoeditor",
"start": "node bin/www",
"dev": "export DEBUG='hexo*' && export NODE_ENV='development' && npx nodemon -i ./data bin/www",
"prd": "pm2 start bin/www --name hexoeditor -o log/pm2-log.log -e log/pm2-err.log",
"test": "echo \"Error: no test specified\" && exit 1",
"sub:fe": "cd frontend && git pull origin master"
},
"dependencies": {
"basic-auth": "^2.0.1",
"chalk": "^4.1.0",
"debug": "^4.1.1",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"hexo": "^5.1.1",
"inquirer": "^7.3.3",
"is-git-repository": "^2.0.0",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-onerror": "^4.1.0",
"koa-router": "^9.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"node-env-file": "^0.1.8",
"simple-git": "^2.20.1",
"simple-json-db": "^1.2.2",
"warehouse": "^4.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}
1
https://gitee.com/nygula/winwin-hexo-editor.git
git@gitee.com:nygula/winwin-hexo-editor.git
nygula
winwin-hexo-editor
winwin-hexo-editor
master

搜索帮助