1 Star 0 Fork 10

木易杨/nodejs-koa2-mysql-sequelize-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
liangfengbo 提交于 2019-04-05 21:41 +08:00 . 修复JWT验证 && 修复跨域问题
{
"name": "server",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"debug": "^2.6.3",
"jsonwebtoken": "^8.2.2",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-jwt": "^3.3.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"koa2-cors": "^2.0.6",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"pug": "^2.0.0-rc.1",
"qiniu": "^7.2.1",
"sequelize": "^4.37.10"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangzhigang1998/nodejs-koa2-mysql-sequelize-jwt.git
git@gitee.com:yangzhigang1998/nodejs-koa2-mysql-sequelize-jwt.git
yangzhigang1998
nodejs-koa2-mysql-sequelize-jwt
nodejs-koa2-mysql-sequelize-jwt
master

搜索帮助