31 Star 656 Fork 118

没雨溪 / 管理系统后端代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
没雨溪 提交于 2022-04-28 10:12 . 增加测试环境配置
{
"name": "be",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "nodemon ./bin/www env=test",
"start": "nodemon ./bin/www",
"zx": "nodemon ./bin/www"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.9",
"@alicloud/openapi-client": "^0.4.1",
"@alicloud/tea-console": "^1.0.0",
"@alicloud/tea-typescript": "^1.7.1",
"@alicloud/tea-util": "^1.4.0",
"add": "^2.0.6",
"axios": "^0.21.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.5.2",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"socket.io": "^2.3.0",
"svg-captcha": "^1.4.0",
"xml2js": "^0.4.23",
"yarn": "^1.22.18"
}
}
1
https://gitee.com/d718781500/student_product_manager_system.git
git@gitee.com:d718781500/student_product_manager_system.git
d718781500
student_product_manager_system
管理系统后端代码
next

搜索帮助