1 Star 0 Fork 23

eddylapis / TarsWeb

forked from TarsCloud / TarsWeb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
clauseliu 提交于 2019-07-25 15:10 . 回滚sequelize版本
{
"name": "Tars",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"dcache": "./node_modules/.bin/nodemon --watch ./../tars-dcache --watch ./ bin/www",
"prd": "pm2 start bin/www --name=tars-node-web",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@tars/rpc": "*",
"@tars/stream": "*",
"axios": "^0.19.0",
"callsite": "^1.0.0",
"cluster": "^0.7.7",
"debug": "^2.6.3",
"eslint": "^4.19.1",
"fs-extra": "^5.0.0",
"install": "^0.11.0",
"internal-ip": "^3.0.1",
"kafka-node": "^2.6.1",
"koa": "^2.5.1",
"koa-bodyparser": "^3.2.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-helmet": "^4.0.0",
"koa-json": "^2.0.2",
"koa-limit": "^1.0.2",
"koa-logger": "^2.0.1",
"koa-multer": "^1.0.2",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-send": "^4.1.0",
"koa-static": "^4.0.3",
"koa-views": "^5.2.1",
"lodash": "^4.17.14",
"md5-file": "^4.0.0",
"moment": "^2.22.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"node-schedule": "^1.3.0",
"node-ssh": "^5.1.1",
"request": "^2.87.0",
"request-promise-any": "^1.0.5",
"sequelize": "^4.37.10",
"url": "^0.11.0",
"validator": "^9.4.1",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^1.7.2",
"yami-sso-client": "^1.0.1"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}
JavaScript
1
https://gitee.com/eddylapis/TarsWeb.git
git@gitee.com:eddylapis/TarsWeb.git
eddylapis
TarsWeb
TarsWeb
master

搜索帮助