1 Star 1 Fork 0

18318296679/仿新浪微博

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
18318296679 提交于 2022-02-06 10:29 . fear:添加了elint
{
"name": "koa2-weibo-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=dev ./node_modules/.bin/nodemon bin/www",
"prd": "cross-env NODE_ENV=production pm2 start bin/www",
"lint": "eslint --ext .js ./src",
"test": "cross-env NODE_ENV=test jest --runInBand --forceExit --colors"
},
"dependencies": {
"debug": "^4.1.1",
"ejs": "~2.3.3",
"jest": "^27.4.7",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-generic-session": "^2.3.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-redis": "^4.0.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"mysql2": "^2.3.3",
"redis": "^4.0.2",
"sequelize": "^6.15.0",
"supertest": "^6.2.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"nodemon": "^1.19.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/faseg/imitation-sina-weibo.git
git@gitee.com:faseg/imitation-sina-weibo.git
faseg
imitation-sina-weibo
仿新浪微博
master

搜索帮助