加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
weimingyuan 提交于 2020-04-20 17:55 . word2html 服务; psd 解析服务
{
"name": "gods-pen-server",
"version": "1.0.0",
"description": "码良服务端",
"private": false,
"dependencies": {
"ali-oss": "^5.2.0",
"babel-core": "6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"captchapng": "^0.0.1",
"co": "^4.6.0",
"crypto-js": "^3.1.9-1",
"egg": "2.26.0",
"egg-cors": "^1.1.0",
"egg-multipart": "^2.4.0",
"egg-mysql": "^3.0.0",
"egg-security": "2.5.0",
"egg-sequelize": "2.0.2",
"egg-validate": "^1.0.0",
"elasticsearch": "^15.1.1",
"ioredis": "^4.6.2",
"js-yaml": "^3.13.1",
"jszip": "^3.2.2",
"md5": "^2.2.1",
"mime": "^2.4.0",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"nodemailer": "^4.0.1",
"nunjucks": "^3.0.0",
"opentsdb-node-client": "^1.0.1",
"psd": "^3.2.0",
"random-ua": "^0.0.6",
"rimraf": "^3.0.0",
"stream-wormhole": "^1.1.0"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.3.0",
"egg-ci": "^1.6.0",
"egg-mock": "^3.20.0",
"egg-scripts": "^2.11.1",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",
"webstorm-disable-index": "^1.1.2"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"dev": "cross-env EGG_SERVER_ENV=dev egg-bin dev --port 7051",
"debug": "cross-env EGG_SERVER_ENV=dev egg-bin debug --port 7051",
"lint": "eslint .",
"serve": "cross-env EGG_SERVER_ENV=production NODE_ENV=production egg-scripts start --port=7051 --title=gods-pen-server --daemon && echo",
"stop": "egg-scripts stop --title=gods-pen-server"
},
"repository": {
"type": "git",
"url": ""
},
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化